Color Hex Logo

#b10581 Color Hex

#B10581
(177,5,129)
0 Favorites   0 Comments

Color spaces of #b10581

RGB 1775129
HSL0.880.950.36
HSV317°97°69°
CMYK 0.000.970.27   0.31
XYZ22.148211.040621.7326
Yxy11.04060.40330.2010
Hunter Lab33.227460.8338-15.5198
CIE-Lab39.648867.8175-20.9357

#b10581 color RGB value is (177,5,129).

#b10581 hex color red value is 177, green value is 5 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #b10581 hue: 0.88 , saturation: 0.95 and the lightness value of b10581 is 0.36.

The process color (four color CMYK) of #b10581 color hex is 0.00, 0.97, 0.27, 0.31. Web safe color of #b10581 is #990099. Color #b10581 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00000101 10000001
Octal 261 5 201
Decimal 177 5 129
Hex B1 5 81

RGB Percentages of Color #b10581

%56.91
%1.61
%41.48

CMYK Percentages of Color #b10581

%0
%97
%27
%31

Triadic Colors of #b10581

#b10581 #81b105 #0581b1

Analogous Colors of #b10581

#b10581 #b1052b #8b05b1

Monochromatic Colors of #b10581

#b10581

Complementary Color

#b10581 #05b135

#b10581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10581 Color CSS Codes

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

#b10581 Text Font Color

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

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


#b10581 Background Color

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

This div background color is #b10581


#b10581 Border Color

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

This div border color is #b10581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10581


Comments

No comments written yet.

Please login to write comment.