Color Hex Logo

#b10472 Color Hex

#B10472
(177,4,114)
0 Favorites   0 Comments

Color spaces of #b10472

RGB 1774114
HSL0.890.960.35
HSV322°98°69°
CMYK 0.000.980.36   0.31
XYZ21.212110.648816.8570
Yxy10.64880.43540.2186
Hunter Lab32.632558.9235-7.7847
CIE-Lab38.982666.2918-12.5940

#b10472 color RGB value is (177,4,114).

#b10472 hex color red value is 177, green value is 4 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b10472 hue: 0.89 , saturation: 0.96 and the lightness value of b10472 is 0.35.

The process color (four color CMYK) of #b10472 color hex is 0.00, 0.98, 0.36, 0.31. Web safe color of #b10472 is #990066. Color #b10472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00000100 01110010
Octal 261 4 162
Decimal 177 4 114
Hex B1 4 72

RGB Percentages of Color #b10472

%60.00
%1.36
%38.64

CMYK Percentages of Color #b10472

%0
%98
%36
%31

Triadic Colors of #b10472

#b10472 #72b104 #0472b1

Analogous Colors of #b10472

#b10472 #b1041c #9a04b1

Monochromatic Colors of #b10472

#b10472

Complementary Color

#b10472 #04b143

#b10472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10472 Color CSS Codes

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

#b10472 Text Font Color

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

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


#b10472 Background Color

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

This div background color is #b10472


#b10472 Border Color

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

This div border color is #b10472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10472


Comments

No comments written yet.

Please login to write comment.