Color Hex Logo

#853abb Color Hex

#853ABB
(133,58,187)
0 Favorites   0 Comments

Color spaces of #853abb

RGB 13358187
HSL0.760.530.48
HSV275°69°73°
CMYK 0.290.690.00   0.27
XYZ20.155611.600548.1905
Yxy11.60050.25210.1451
Hunter Lab34.059546.0279-60.0473
CIE-Lab40.574054.3109-54.8746

#853abb color RGB value is (133,58,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111010 10111011
Octal 205 72 273
Decimal 133 58 187
Hex 85 3A BB

RGB Percentages of Color #853abb

%35.19
%15.34
%49.47

CMYK Percentages of Color #853abb

%29
%69
%0
%27

Triadic Colors of #853abb

#853abb #bb853a #3abb85

Analogous Colors of #853abb

#853abb #bb3ab1 #443abb

Monochromatic Colors of #853abb

#853abb

Complementary Color

#853abb #70bb3a

#853abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#853abb Color CSS Codes

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

#853abb Text Font Color

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

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


#853abb Background Color

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

This div background color is #853abb


#853abb Border Color

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

This div border color is #853abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853abb


Comments

No comments written yet.

Please login to write comment.