Color Hex Logo

#850dad Color Hex

#850DAD
(133,13,173)
0 Favorites   0 Comments

Color spaces of #850dad

RGB 13313173
HSL0.790.860.36
HSV285°92°68°
CMYK 0.230.920.00   0.32
XYZ17.35968.291540.2206
Yxy8.29150.26350.1259
Hunter Lab28.795057.2210-62.6594
CIE-Lab34.582765.6564-56.2909

#850dad color RGB value is (133,13,173).

#850dad hex color red value is 133, green value is 13 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #850dad hue: 0.79 , saturation: 0.86 and the lightness value of 850dad is 0.36.

The process color (four color CMYK) of #850dad color hex is 0.23, 0.92, 0.00, 0.32. Web safe color of #850dad is #990099. Color #850dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001101 10101101
Octal 205 15 255
Decimal 133 13 173
Hex 85 D AD

RGB Percentages of Color #850dad

%41.69
%4.08
%54.23

CMYK Percentages of Color #850dad

%23
%92
%0
%32

Triadic Colors of #850dad

#850dad #ad850d #0dad85

Analogous Colors of #850dad

#850dad #ad0d85 #350dad

Monochromatic Colors of #850dad

#850dad

Complementary Color

#850dad #35ad0d

#850dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#850dad Color CSS Codes

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

#850dad Text Font Color

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

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


#850dad Background Color

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

This div background color is #850dad


#850dad Border Color

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

This div border color is #850dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,13,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850dad


Comments

No comments written yet.

Please login to write comment.