Color Hex Logo

#853bbb Color Hex

#853BBB
(133,59,187)
0 Favorites   0 Comments

Color spaces of #853bbb

RGB 13359187
HSL0.760.520.48
HSV275°68°73°
CMYK 0.290.680.00   0.27
XYZ20.206511.702348.2075
Yxy11.70230.25220.1461
Hunter Lab34.208645.5721-59.6067
CIE-Lab40.739053.8505-54.6080

#853bbb color RGB value is (133,59,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111011 10111011
Octal 205 73 273
Decimal 133 59 187
Hex 85 3B BB

RGB Percentages of Color #853bbb

%35.09
%15.57
%49.34

CMYK Percentages of Color #853bbb

%29
%68
%0
%27

Triadic Colors of #853bbb

#853bbb #bb853b #3bbb85

Analogous Colors of #853bbb

#853bbb #bb3bb1 #453bbb

Monochromatic Colors of #853bbb

#853bbb

Complementary Color

#853bbb #71bb3b

#853bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#853bbb Color CSS Codes

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

#853bbb Text Font Color

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

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


#853bbb Background Color

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

This div background color is #853bbb


#853bbb Border Color

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

This div border color is #853bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853bbb


Comments

No comments written yet.

Please login to write comment.