Color Hex Logo

#b02187 Color Hex

#B02187
(176,33,135)
0 Favorites   0 Comments

Color spaces of #b02187

RGB 17633135
HSL0.880.680.41
HSV317°81°69°
CMYK 0.000.810.23   0.31
XYZ22.821512.067124.0480
Yxy12.06710.38720.2047
Hunter Lab34.737756.4774-16.7285
CIE-Lab41.322663.6896-22.0615

#b02187 color RGB value is (176,33,135).

#b02187 hex color red value is 176, green value is 33 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #b02187 hue: 0.88 , saturation: 0.68 and the lightness value of b02187 is 0.41.

The process color (four color CMYK) of #b02187 color hex is 0.00, 0.81, 0.23, 0.31. Web safe color of #b02187 is #993399. Color #b02187 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100001 10000111
Octal 260 41 207
Decimal 176 33 135
Hex B0 21 87

RGB Percentages of Color #b02187

%51.16
%9.59
%39.24

CMYK Percentages of Color #b02187

%0
%81
%23
%31

Triadic Colors of #b02187

#b02187 #87b021 #2187b0

Analogous Colors of #b02187

#b02187 #b0213f #9221b0

Monochromatic Colors of #b02187

#b02187

Complementary Color

#b02187 #21b04a

#b02187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02187 Color CSS Codes

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

#b02187 Text Font Color

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

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


#b02187 Background Color

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

This div background color is #b02187


#b02187 Border Color

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

This div border color is #b02187


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,33,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b02187; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b02187;
  -webkit-box-shadow: 1px 1px 3px 2px #b02187;
  box-shadow:         1px 1px 3px 2px #b02187; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,33,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02187


Comments

No comments written yet.

Please login to write comment.