color codes Logo

#b1365f color codes

#B1365F
(177,54,95)
0 Favorites   0 Comments

Color spaces of #b1365f

RGB 1775495
HSL0.940.530.45
HSV340°69°69°
CMYK 0.000.690.46   0.31
XYZ21.516212.811712.1653
Yxy12.81170.46280.2756
Hunter Lab35.793444.66174.9042
CIE-Lab42.478152.66714.4967

#b1365f color RGB value is (177,54,95).

#b1365f hex color red value is 177, green value is 54 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b1365f hue: 0.94 , saturation: 0.53 and the lightness value of b1365f is 0.45.

The process color (four color CMYK) of #b1365f color code is 0.00, 0.69, 0.46, 0.31. Web safe color of #b1365f is #993366. Color #b1365f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110110 01011111
Octal 261 66 137
Decimal 177 54 95
Hex B1 36 5F

RGB Percentages of Color #b1365f

%54.29
%16.56
%29.14

CMYK Percentages of Color #b1365f

%0
%69
%46
%31

Triadic Colors of #b1365f

#b1365f #5fb136 #365fb1

Analogous Colors of #b1365f

#b1365f #b14b36 #b1369d

Monochromatic Colors of #b1365f

#b1365f

Complementary Color

#b1365f #36b188

#b1365f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1365f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1365f Color CSS Codes

.mybgcolor {background-color:#b1365f; } 
.myforecolor {color:#b1365f; }
.mybordercolor {border:3px solid #b1365f; }

#b1365f Text Font Color

<p style="color:#b1365f">Text here</p>

This sample text font color is #b1365f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b1365f Background Color

<div style="background-color:#b1365f">
Div content here</div>

This div background color is #b1365f


#b1365f Border Color

<div style="border:3px solid #b1365f">
Div here</div>

This div border color is #b1365f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,54,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1365f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1365f;
  -webkit-box-shadow: 1px 1px 3px 2px #b1365f;
  box-shadow:         1px 1px 3px 2px #b1365f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,54,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b1365f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b1365f;
  -webkit-box-shadow: 1px 1px 3px 2px #b1365f;
  box-shadow:         1px 1px 3px 2px #b1365f;">
Div content here</div>

This div box has shadow with color #b1365f


Comments

No comments written yet.

Please login to write comment.