Color Hex Logo

#850acd Color Hex

#850ACD
(133,10,205)
0 Favorites   0 Comments

Color spaces of #850acd

RGB 13310205
HSL0.770.910.42
HSV278°95°80°
CMYK 0.350.950.00   0.20
XYZ20.80099.611458.5165
Yxy9.61140.23390.1081
Hunter Lab31.002365.5102-90.2078
CIE-Lab37.135872.2796-70.9924

#850acd color RGB value is (133,10,205).

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

The process color (four color CMYK) of #850acd color hex is 0.35, 0.95, 0.00, 0.20. Web safe color of #850acd is #9900cc. Color #850acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001010 11001101
Octal 205 12 315
Decimal 133 10 205
Hex 85 A CD

RGB Percentages of Color #850acd

%38.22
%2.87
%58.91

CMYK Percentages of Color #850acd

%35
%95
%0
%20

Triadic Colors of #850acd

#850acd #cd850a #0acd85

Analogous Colors of #850acd

#850acd #cd0ab4 #240acd

Monochromatic Colors of #850acd

#850acd

Complementary Color

#850acd #52cd0a

#850acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#850acd Color CSS Codes

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

#850acd Text Font Color

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

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


#850acd Background Color

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

This div background color is #850acd


#850acd Border Color

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

This div border color is #850acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850acd


Comments

No comments written yet.

Please login to write comment.