Color Hex Logo

#b12655 Color Hex

#B12655
(177,38,85)
0 Favorites   0 Comments

Color spaces of #b12655

RGB 1773885
HSL0.940.650.42
HSV340°79°69°
CMYK 0.000.790.52   0.31
XYZ20.464311.38929.7141
Yxy11.38920.49230.2740
Hunter Lab33.747949.18146.5573
CIE-Lab40.228457.31517.5785

#b12655 color RGB value is (177,38,85).

#b12655 hex color red value is 177, green value is 38 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #b12655 hue: 0.94 , saturation: 0.65 and the lightness value of b12655 is 0.42.

The process color (four color CMYK) of #b12655 color hex is 0.00, 0.79, 0.52, 0.31. Web safe color of #b12655 is #993366. Color #b12655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100110 01010101
Octal 261 46 125
Decimal 177 38 85
Hex B1 26 55

RGB Percentages of Color #b12655

%59.00
%12.67
%28.33

CMYK Percentages of Color #b12655

%0
%79
%52
%31

Triadic Colors of #b12655

#b12655 #55b126 #2655b1

Analogous Colors of #b12655

#b12655 #b13c26 #b1269b

Monochromatic Colors of #b12655

#b12655

Complementary Color

#b12655 #26b182

#b12655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12655 Color CSS Codes

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

#b12655 Text Font Color

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

This sample text font color is #b12655
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.


#b12655 Background Color

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

This div background color is #b12655


#b12655 Border Color

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

This div border color is #b12655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12655


Comments

No comments written yet.

Please login to write comment.