Color Hex Logo

#853bae Color Hex

#853BAE
(133,59,174)
0 Favorites   0 Comments

Color spaces of #853bae

RGB 13359174
HSL0.770.490.46
HSV279°66°68°
CMYK 0.240.660.00   0.32
XYZ18.876811.170541.2056
Yxy11.17050.26490.1568
Hunter Lab33.422342.3272-49.7017
CIE-Lab39.866250.9179-48.3436

#853bae color RGB value is (133,59,174).

#853bae hex color red value is 133, green value is 59 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #853bae hue: 0.77 , saturation: 0.49 and the lightness value of 853bae is 0.46.

The process color (four color CMYK) of #853bae color hex is 0.24, 0.66, 0.00, 0.32. Web safe color of #853bae is #993399. Color #853bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111011 10101110
Octal 205 73 256
Decimal 133 59 174
Hex 85 3B AE

RGB Percentages of Color #853bae

%36.34
%16.12
%47.54

CMYK Percentages of Color #853bae

%24
%66
%0
%32

Triadic Colors of #853bae

#853bae #ae853b #3bae85

Analogous Colors of #853bae

#853bae #ae3b9e #4c3bae

Monochromatic Colors of #853bae

#853bae

Complementary Color

#853bae #64ae3b

#853bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#853bae Color CSS Codes

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

#853bae Text Font Color

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

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


#853bae Background Color

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

This div background color is #853bae


#853bae Border Color

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

This div border color is #853bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853bae


Comments

No comments written yet.

Please login to write comment.