Color Hex Logo

#853cbc Color Hex

#853CBC
(133,60,188)
0 Favorites   0 Comments

Color spaces of #853cbc

RGB 13360188
HSL0.760.520.49
HSV274°68°74°
CMYK 0.290.680.00   0.26
XYZ20.365811.849148.7907
Yxy11.84910.25140.1463
Hunter Lab34.422545.3686-59.9423
CIE-Lab40.975353.6142-54.8129

#853cbc color RGB value is (133,60,188).

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

The process color (four color CMYK) of #853cbc color hex is 0.29, 0.68, 0.00, 0.26. Web safe color of #853cbc is #9933cc. Color #853cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111100 10111100
Octal 205 74 274
Decimal 133 60 188
Hex 85 3C BC

RGB Percentages of Color #853cbc

%34.91
%15.75
%49.34

CMYK Percentages of Color #853cbc

%29
%68
%0
%26

Triadic Colors of #853cbc

#853cbc #bc853c #3cbc85

Analogous Colors of #853cbc

#853cbc #bc3cb3 #453cbc

Monochromatic Colors of #853cbc

#853cbc

Complementary Color

#853cbc #73bc3c

#853cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#853cbc Color CSS Codes

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

#853cbc Text Font Color

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

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


#853cbc Background Color

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

This div background color is #853cbc


#853cbc Border Color

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

This div border color is #853cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853cbc


Comments

No comments written yet.

Please login to write comment.