Color Hex Logo

#b90acd Color Hex

#B90ACD
(185,10,205)
0 Favorites   0 Comments

Color spaces of #b90acd

RGB 18510205
HSL0.820.910.42
HSV294°95°80°
CMYK 0.100.950.00   0.20
XYZ31.135614.939159.0001
Yxy14.93910.29630.1422
Hunter Lab38.651176.1520-63.4491
CIE-Lab45.550779.3702-56.9307

#b90acd color RGB value is (185,10,205).

#b90acd hex color red value is 185, green value is 10 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b90acd hue: 0.82 , saturation: 0.91 and the lightness value of b90acd is 0.42.

The process color (four color CMYK) of #b90acd color hex is 0.10, 0.95, 0.00, 0.20. Web safe color of #b90acd is #cc00cc. Color #b90acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001010 11001101
Octal 271 12 315
Decimal 185 10 205
Hex B9 A CD

RGB Percentages of Color #b90acd

%46.25
%2.50
%51.25

CMYK Percentages of Color #b90acd

%10
%95
%0
%20

Triadic Colors of #b90acd

#b90acd #cdb90a #0acdb9

Analogous Colors of #b90acd

#b90acd #cd0a80 #580acd

Monochromatic Colors of #b90acd

#b90acd

Complementary Color

#b90acd #1ecd0a

#b90acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90acd Color CSS Codes

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

#b90acd Text Font Color

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

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


#b90acd Background Color

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

This div background color is #b90acd


#b90acd Border Color

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

This div border color is #b90acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90acd


Comments

No comments written yet.

Please login to write comment.