Color Hex Logo

#b90089 Color Hex

#B90089
(185,0,137)
0 Favorites   0 Comments

Color spaces of #b90089

RGB 1850137
HSL0.881.000.36
HSV316°100°73°
CMYK 0.001.000.26   0.27
XYZ24.522912.120424.7139
Yxy12.12040.39970.1975
Hunter Lab34.814464.8085-17.7185
CIE-Lab41.406870.8649-23.0219

#b90089 color RGB value is (185,0,137).

#b90089 hex color red value is 185, green value is 0 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b90089 hue: 0.88 , saturation: 1.00 and the lightness value of b90089 is 0.36.

The process color (four color CMYK) of #b90089 color hex is 0.00, 1.00, 0.26, 0.27. Web safe color of #b90089 is #cc0099. Color #b90089 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000000 10001001
Octal 271 0 211
Decimal 185 0 137
Hex B9 0 89

RGB Percentages of Color #b90089

%57.45
%0.00
%42.55

CMYK Percentages of Color #b90089

%0
%100
%26
%27

Triadic Colors of #b90089

#b90089 #89b900 #0089b9

Analogous Colors of #b90089

#b90089 #b9002d #8d00b9

Monochromatic Colors of #b90089

#b90089

Complementary Color

#b90089 #00b930

#b90089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90089 Color CSS Codes

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

#b90089 Text Font Color

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

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


#b90089 Background Color

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

This div background color is #b90089


#b90089 Border Color

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

This div border color is #b90089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90089


Comments

No comments written yet.

Please login to write comment.