Color Hex Logo

#b02581 Color Hex

#B02581
(176,37,129)
0 Favorites   0 Comments

Color spaces of #b02581

RGB 17637129
HSL0.890.650.42
HSV320°79°69°
CMYK 0.000.790.27   0.31
XYZ22.528512.138221.9244
Yxy12.13820.39810.2145
Hunter Lab34.839954.4534-12.9226
CIE-Lab41.434961.8696-18.1990

#b02581 color RGB value is (176,37,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100101 10000001
Octal 260 45 201
Decimal 176 37 129
Hex B0 25 81

RGB Percentages of Color #b02581

%51.46
%10.82
%37.72

CMYK Percentages of Color #b02581

%0
%79
%27
%31

Triadic Colors of #b02581

#b02581 #81b025 #2581b0

Analogous Colors of #b02581

#b02581 #b0253c #9a25b0

Monochromatic Colors of #b02581

#b02581

Complementary Color

#b02581 #25b054

#b02581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02581 Color CSS Codes

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

#b02581 Text Font Color

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

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


#b02581 Background Color

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

This div background color is #b02581


#b02581 Border Color

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

This div border color is #b02581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02581


Comments

No comments written yet.

Please login to write comment.