Color Hex Logo

#b02481 Color Hex

#B02481
(176,36,129)
0 Favorites   0 Comments

Color spaces of #b02481

RGB 17636129
HSL0.890.660.42
HSV320°80°69°
CMYK 0.000.800.27   0.31
XYZ22.497812.076821.9142
Yxy12.07680.39830.2138
Hunter Lab34.751754.7432-13.0617
CIE-Lab41.337962.1471-18.3481

#b02481 color RGB value is (176,36,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100100 10000001
Octal 260 44 201
Decimal 176 36 129
Hex B0 24 81

RGB Percentages of Color #b02481

%51.61
%10.56
%37.83

CMYK Percentages of Color #b02481

%0
%80
%27
%31

Triadic Colors of #b02481

#b02481 #81b024 #2481b0

Analogous Colors of #b02481

#b02481 #b0243b #9924b0

Monochromatic Colors of #b02481

#b02481

Complementary Color

#b02481 #24b053

#b02481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02481 Color CSS Codes

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

#b02481 Text Font Color

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

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


#b02481 Background Color

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

This div background color is #b02481


#b02481 Border Color

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

This div border color is #b02481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02481


Comments

No comments written yet.

Please login to write comment.