Color Hex Logo

#853bcd Color Hex

#853BCD
(133,59,205)
0 Favorites   0 Comments

Color spaces of #853bcd

RGB 13359205
HSL0.750.590.52
HSV270°71°80°
CMYK 0.350.710.00   0.20
XYZ22.256312.522359.0016
Yxy12.52230.23730.1335
Hunter Lab35.386950.3392-74.0852
CIE-Lab42.034558.0341-62.9945

#853bcd color RGB value is (133,59,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111011 11001101
Octal 205 73 315
Decimal 133 59 205
Hex 85 3B CD

RGB Percentages of Color #853bcd

%33.50
%14.86
%51.64

CMYK Percentages of Color #853bcd

%35
%71
%0
%20

Triadic Colors of #853bcd

#853bcd #cd853b #3bcd85

Analogous Colors of #853bcd

#853bcd #cd3bcc #3c3bcd

Monochromatic Colors of #853bcd

#853bcd

Complementary Color

#853bcd #83cd3b

#853bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#853bcd Color CSS Codes

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

#853bcd Text Font Color

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

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


#853bcd Background Color

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

This div background color is #853bcd


#853bcd Border Color

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

This div border color is #853bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853bcd


Comments

No comments written yet.

Please login to write comment.