Color Hex Logo

#853cde Color Hex

#853CDE
(133,60,222)
0 Favorites   0 Comments

Color spaces of #853cde

RGB 13360222
HSL0.740.710.55
HSV267°73°87°
CMYK 0.400.730.00   0.13
XYZ24.473513.492270.4216
Yxy13.49220.22580.1245
Hunter Lab36.731754.6499-87.9578
CIE-Lab43.495761.6473-70.3810

#853cde color RGB value is (133,60,222).

#853cde hex color red value is 133, green value is 60 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #853cde hue: 0.74 , saturation: 0.71 and the lightness value of 853cde is 0.55.

The process color (four color CMYK) of #853cde color hex is 0.40, 0.73, 0.00, 0.13. Web safe color of #853cde is #9933cc. Color #853cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111100 11011110
Octal 205 74 336
Decimal 133 60 222
Hex 85 3C DE

RGB Percentages of Color #853cde

%32.05
%14.46
%53.49

CMYK Percentages of Color #853cde

%40
%73
%0
%13

Triadic Colors of #853cde

#853cde #de853c #3cde85

Analogous Colors of #853cde

#853cde #d63cde #3c44de

Monochromatic Colors of #853cde

#853cde

Complementary Color

#853cde #95de3c

#853cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#853cde Color CSS Codes

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

#853cde Text Font Color

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

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


#853cde Background Color

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

This div background color is #853cde


#853cde Border Color

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

This div border color is #853cde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,60,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #853cde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #853cde;
  -webkit-box-shadow: 1px 1px 3px 2px #853cde;
  box-shadow:         1px 1px 3px 2px #853cde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853cde


Comments

No comments written yet.

Please login to write comment.