Color Hex Logo

#850daf Color Hex

#850DAF
(133,13,175)
0 Favorites   0 Comments

Color spaces of #850daf

RGB 13313175
HSL0.790.860.37
HSV284°93°69°
CMYK 0.240.930.00   0.31
XYZ17.55478.369541.2477
Yxy8.36950.26130.1246
Hunter Lab28.930157.6857-64.2829
CIE-Lab34.740966.0337-57.2295

#850daf color RGB value is (133,13,175).

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

The process color (four color CMYK) of #850daf color hex is 0.24, 0.93, 0.00, 0.31. Web safe color of #850daf is #990099. Color #850daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001101 10101111
Octal 205 15 257
Decimal 133 13 175
Hex 85 D AF

RGB Percentages of Color #850daf

%41.43
%4.05
%54.52

CMYK Percentages of Color #850daf

%24
%93
%0
%31

Triadic Colors of #850daf

#850daf #af850d #0daf85

Analogous Colors of #850daf

#850daf #af0d88 #340daf

Monochromatic Colors of #850daf

#850daf

Complementary Color

#850daf #37af0d

#850daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#850daf Color CSS Codes

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

#850daf Text Font Color

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

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


#850daf Background Color

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

This div background color is #850daf


#850daf Border Color

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

This div border color is #850daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850daf


Comments

No comments written yet.

Please login to write comment.