Color Hex Logo

#850cdb Color Hex

#850CDB
(133,12,219)
0 Favorites   0 Comments

Color spaces of #850cdb

RGB 13312219
HSL0.760.900.45
HSV275°95°86°
CMYK 0.390.950.00   0.14
XYZ22.590510.364067.8276
Yxy10.36400.22420.1028
Hunter Lab32.193268.9185-102.3825
CIE-Lab38.487974.8557-76.8648

#850cdb color RGB value is (133,12,219).

#850cdb hex color red value is 133, green value is 12 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #850cdb hue: 0.76 , saturation: 0.90 and the lightness value of 850cdb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001100 11011011
Octal 205 14 333
Decimal 133 12 219
Hex 85 C DB

RGB Percentages of Color #850cdb

%36.54
%3.30
%60.16

CMYK Percentages of Color #850cdb

%39
%95
%0
%14

Triadic Colors of #850cdb

#850cdb #db850c #0cdb85

Analogous Colors of #850cdb

#850cdb #db0cca #1e0cdb

Monochromatic Colors of #850cdb

#850cdb

Complementary Color

#850cdb #62db0c

#850cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#850cdb Color CSS Codes

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

#850cdb Text Font Color

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

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


#850cdb Background Color

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

This div background color is #850cdb


#850cdb Border Color

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

This div border color is #850cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850cdb


Comments

No comments written yet.

Please login to write comment.