Color Hex Logo

#b90772 Color Hex

#B90772
(185,7,114)
0 Favorites   0 Comments

Color spaces of #b90772

RGB 1857114
HSL0.900.930.38
HSV324°96°73°
CMYK 0.000.960.38   0.27
XYZ23.120811.681216.9557
Yxy11.68120.44670.2257
Hunter Lab34.177860.9417-5.4895
CIE-Lab40.704967.7047-9.8337

#b90772 color RGB value is (185,7,114).

#b90772 hex color red value is 185, green value is 7 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b90772 hue: 0.90 , saturation: 0.93 and the lightness value of b90772 is 0.38.

The process color (four color CMYK) of #b90772 color hex is 0.00, 0.96, 0.38, 0.27. Web safe color of #b90772 is #cc0066. Color #b90772 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000111 01110010
Octal 271 7 162
Decimal 185 7 114
Hex B9 7 72

RGB Percentages of Color #b90772

%60.46
%2.29
%37.25

CMYK Percentages of Color #b90772

%0
%96
%38
%27

Triadic Colors of #b90772

#b90772 #72b907 #0772b9

Analogous Colors of #b90772

#b90772 #b90719 #a707b9

Monochromatic Colors of #b90772

#b90772

Complementary Color

#b90772 #07b94e

#b90772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90772 Color CSS Codes

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

#b90772 Text Font Color

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

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


#b90772 Background Color

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

This div background color is #b90772


#b90772 Border Color

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

This div border color is #b90772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90772


Comments

No comments written yet.

Please login to write comment.