Color Hex Logo

#853ebb Color Hex

#853EBB
(133,62,187)
0 Favorites   0 Comments

Color spaces of #853ebb

RGB 13362187
HSL0.760.500.49
HSV274°67°73°
CMYK 0.290.670.00   0.27
XYZ20.365112.019748.2604
Yxy12.01970.25250.1490
Hunter Lab34.669444.1808-58.2640
CIE-Lab41.247452.4378-53.7872

#853ebb color RGB value is (133,62,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111110 10111011
Octal 205 76 273
Decimal 133 62 187
Hex 85 3E BB

RGB Percentages of Color #853ebb

%34.82
%16.23
%48.95

CMYK Percentages of Color #853ebb

%29
%67
%0
%27

Triadic Colors of #853ebb

#853ebb #bb853e #3ebb85

Analogous Colors of #853ebb

#853ebb #bb3eb3 #463ebb

Monochromatic Colors of #853ebb

#853ebb

Complementary Color

#853ebb #74bb3e

#853ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#853ebb Color CSS Codes

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

#853ebb Text Font Color

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

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


#853ebb Background Color

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

This div background color is #853ebb


#853ebb Border Color

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

This div border color is #853ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853ebb


Comments

No comments written yet.

Please login to write comment.