Color Hex Logo

#853eba Color Hex

#853EBA
(133,62,186)
0 Favorites   0 Comments

Color spaces of #853eba

RGB 13362186
HSL0.760.500.49
HSV274°67°73°
CMYK 0.280.670.00   0.27
XYZ20.258411.977047.6984
Yxy11.97700.25340.1498
Hunter Lab34.607843.9250-57.4913
CIE-Lab41.179552.2069-53.3100

#853eba color RGB value is (133,62,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111110 10111010
Octal 205 76 272
Decimal 133 62 186
Hex 85 3E BA

RGB Percentages of Color #853eba

%34.91
%16.27
%48.82

CMYK Percentages of Color #853eba

%28
%67
%0
%27

Triadic Colors of #853eba

#853eba #ba853e #3eba85

Analogous Colors of #853eba

#853eba #ba3eb1 #473eba

Monochromatic Colors of #853eba

#853eba

Complementary Color

#853eba #73ba3e

#853eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#853eba Color CSS Codes

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

#853eba Text Font Color

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

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


#853eba Background Color

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

This div background color is #853eba


#853eba Border Color

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

This div border color is #853eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853eba


Comments

No comments written yet.

Please login to write comment.