Color Hex Logo

#853ccb Color Hex

#853CCB
(133,60,203)
0 Favorites   0 Comments

Color spaces of #853ccb

RGB 13360203
HSL0.750.580.52
HSV271°70°80°
CMYK 0.340.700.00   0.20
XYZ22.068212.530157.7553
Yxy12.53010.23900.1357
Hunter Lab35.397949.3365-71.9592
CIE-Lab42.046557.1115-61.8175

#853ccb color RGB value is (133,60,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111100 11001011
Octal 205 74 313
Decimal 133 60 203
Hex 85 3C CB

RGB Percentages of Color #853ccb

%33.59
%15.15
%51.26

CMYK Percentages of Color #853ccb

%34
%70
%0
%20

Triadic Colors of #853ccb

#853ccb #cb853c #3ccb85

Analogous Colors of #853ccb

#853ccb #cb3cca #3d3ccb

Monochromatic Colors of #853ccb

#853ccb

Complementary Color

#853ccb #82cb3c

#853ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#853ccb Color CSS Codes

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

#853ccb Text Font Color

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

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


#853ccb Background Color

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

This div background color is #853ccb


#853ccb Border Color

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

This div border color is #853ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853ccb


Comments

No comments written yet.

Please login to write comment.