Color Hex Logo

#b90caa Color Hex

#B90CAA
(185,12,170)
0 Favorites   0 Comments

Color spaces of #b90caa

RGB 18512170
HSL0.850.880.39
HSV305°94°73°
CMYK 0.000.940.08   0.27
XYZ27.394813.479539.1882
Yxy13.47950.34220.1684
Hunter Lab36.714468.9391-37.5848
CIE-Lab43.477073.9117-39.7174

#b90caa color RGB value is (185,12,170).

#b90caa hex color red value is 185, green value is 12 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b90caa hue: 0.85 , saturation: 0.88 and the lightness value of b90caa is 0.39.

The process color (four color CMYK) of #b90caa color hex is 0.00, 0.94, 0.08, 0.27. Web safe color of #b90caa is #cc0099. Color #b90caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001100 10101010
Octal 271 14 252
Decimal 185 12 170
Hex B9 C AA

RGB Percentages of Color #b90caa

%50.41
%3.27
%46.32

CMYK Percentages of Color #b90caa

%0
%94
%8
%27

Triadic Colors of #b90caa

#b90caa #aab90c #0caab9

Analogous Colors of #b90caa

#b90caa #b90c53 #720cb9

Monochromatic Colors of #b90caa

#b90caa

Complementary Color

#b90caa #0cb91b

#b90caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90caa Color CSS Codes

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

#b90caa Text Font Color

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

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


#b90caa Background Color

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

This div background color is #b90caa


#b90caa Border Color

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

This div border color is #b90caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90caa


Comments

No comments written yet.

Please login to write comment.