Color Hex Logo

#b90063 Color Hex

#B90063
(185,0,99)
0 Favorites   0 Comments

Color spaces of #b90063

RGB 185099
HSL0.911.000.36
HSV328°100°73°
CMYK 0.001.000.46   0.27
XYZ22.259711.215112.7959
Yxy11.21510.48110.2424
Hunter Lab33.489060.04110.7880
CIE-Lab39.940467.0759-1.5151

#b90063 color RGB value is (185,0,99).

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

The process color (four color CMYK) of #b90063 color hex is 0.00, 1.00, 0.46, 0.27. Web safe color of #b90063 is #cc0066. Color #b90063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000000 01100011
Octal 271 0 143
Decimal 185 0 99
Hex B9 0 63

RGB Percentages of Color #b90063

%65.14
%0.00
%34.86

CMYK Percentages of Color #b90063

%0
%100
%46
%27

Triadic Colors of #b90063

#b90063 #63b900 #0063b9

Analogous Colors of #b90063

#b90063 #b90006 #b300b9

Monochromatic Colors of #b90063

#b90063

Complementary Color

#b90063 #00b956

#b90063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90063 Color CSS Codes

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

#b90063 Text Font Color

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

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


#b90063 Background Color

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

This div background color is #b90063


#b90063 Border Color

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

This div border color is #b90063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90063


Comments

No comments written yet.

Please login to write comment.