Color Hex Logo

#b02887 Color Hex

#B02887
(176,40,135)
0 Favorites   0 Comments

Color spaces of #b02887

RGB 17640135
HSL0.880.630.42
HSV318°77°69°
CMYK 0.000.770.23   0.31
XYZ23.036512.497024.1197
Yxy12.49700.38620.2095
Hunter Lab35.351154.4549-15.7072
CIE-Lab41.995461.7625-21.0215

#b02887 color RGB value is (176,40,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101000 10000111
Octal 260 50 207
Decimal 176 40 135
Hex B0 28 87

RGB Percentages of Color #b02887

%50.14
%11.40
%38.46

CMYK Percentages of Color #b02887

%0
%77
%23
%31

Triadic Colors of #b02887

#b02887 #87b028 #2887b0

Analogous Colors of #b02887

#b02887 #b02843 #9528b0

Monochromatic Colors of #b02887

#b02887

Complementary Color

#b02887 #28b051

#b02887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02887 Color CSS Codes

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

#b02887 Text Font Color

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

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


#b02887 Background Color

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

This div background color is #b02887


#b02887 Border Color

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

This div border color is #b02887


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,40,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 #b02887">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02887


Comments

No comments written yet.

Please login to write comment.