Color Hex Logo

#b02586 Color Hex

#B02586
(176,37,134)
0 Favorites   0 Comments

Color spaces of #b02586

RGB 17637134
HSL0.880.650.42
HSV318°79°69°
CMYK 0.000.790.24   0.31
XYZ22.869112.274523.7181
Yxy12.27450.38850.2085
Hunter Lab35.035055.2047-15.6139
CIE-Lab41.649162.4980-20.9431

#b02586 color RGB value is (176,37,134).

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

The process color (four color CMYK) of #b02586 color hex is 0.00, 0.79, 0.24, 0.31. Web safe color of #b02586 is #993399. Color #b02586 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100101 10000110
Octal 260 45 206
Decimal 176 37 134
Hex B0 25 86

RGB Percentages of Color #b02586

%50.72
%10.66
%38.62

CMYK Percentages of Color #b02586

%0
%79
%24
%31

Triadic Colors of #b02586

#b02586 #86b025 #2586b0

Analogous Colors of #b02586

#b02586 #b02540 #9525b0

Monochromatic Colors of #b02586

#b02586

Complementary Color

#b02586 #25b04f

#b02586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02586 Color CSS Codes

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

#b02586 Text Font Color

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

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


#b02586 Background Color

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

This div background color is #b02586


#b02586 Border Color

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

This div border color is #b02586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02586


Comments

No comments written yet.

Please login to write comment.