Color Hex Logo

#853bcc Color Hex

#853BCC
(133,59,204)
0 Favorites   0 Comments

Color spaces of #853bcc

RGB 13359204
HSL0.750.590.52
HSV271°71°80°
CMYK 0.350.710.00   0.20
XYZ22.135912.474158.3678
Yxy12.47410.23810.1342
Hunter Lab35.318750.0667-73.2598
CIE-Lab41.959957.7987-62.5371

#853bcc color RGB value is (133,59,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111011 11001100
Octal 205 73 314
Decimal 133 59 204
Hex 85 3B CC

RGB Percentages of Color #853bcc

%33.59
%14.90
%51.52

CMYK Percentages of Color #853bcc

%35
%71
%0
%20

Triadic Colors of #853bcc

#853bcc #cc853b #3bcc85

Analogous Colors of #853bcc

#853bcc #cc3bcb #3c3bcc

Monochromatic Colors of #853bcc

#853bcc

Complementary Color

#853bcc #82cc3b

#853bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#853bcc Color CSS Codes

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

#853bcc Text Font Color

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

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


#853bcc Background Color

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

This div background color is #853bcc


#853bcc Border Color

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

This div border color is #853bcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,59,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 #853bcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853bcc


Comments

No comments written yet.

Please login to write comment.