Color Hex Logo

#853dcc Color Hex

#853DCC
(133,61,204)
0 Favorites   0 Comments

Color spaces of #853dcc

RGB 13361204
HSL0.750.580.52
HSV270°70°80°
CMYK 0.350.700.00   0.20
XYZ22.240712.683758.4027
Yxy12.68370.23830.1359
Hunter Lab35.614249.1466-72.2981
CIE-Lab42.282756.8919-62.0129

#853dcc color RGB value is (133,61,204).

#853dcc hex color red value is 133, green value is 61 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #853dcc hue: 0.75 , saturation: 0.58 and the lightness value of 853dcc is 0.52.

The process color (four color CMYK) of #853dcc color hex is 0.35, 0.70, 0.00, 0.20. Web safe color of #853dcc is #9933cc. Color #853dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111101 11001100
Octal 205 75 314
Decimal 133 61 204
Hex 85 3D CC

RGB Percentages of Color #853dcc

%33.42
%15.33
%51.26

CMYK Percentages of Color #853dcc

%35
%70
%0
%20

Triadic Colors of #853dcc

#853dcc #cc853d #3dcc85

Analogous Colors of #853dcc

#853dcc #cc3dcc #3d3dcc

Monochromatic Colors of #853dcc

#853dcc

Complementary Color

#853dcc #84cc3d

#853dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#853dcc Color CSS Codes

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

#853dcc Text Font Color

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

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


#853dcc Background Color

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

This div background color is #853dcc


#853dcc Border Color

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

This div border color is #853dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853dcc


Comments

No comments written yet.

Please login to write comment.