Color Hex Logo

#853dac Color Hex

#853DAC
(133,61,172)
0 Favorites   0 Comments

Color spaces of #853dac

RGB 13361172
HSL0.770.480.46
HSV279°65°67°
CMYK 0.230.650.00   0.33
XYZ18.788011.302640.2211
Yxy11.30260.26720.1607
Hunter Lab33.619340.9200-47.3991
CIE-Lab40.085549.5142-46.8039

#853dac color RGB value is (133,61,172).

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

The process color (four color CMYK) of #853dac color hex is 0.23, 0.65, 0.00, 0.33. Web safe color of #853dac is #993399. Color #853dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111101 10101100
Octal 205 75 254
Decimal 133 61 172
Hex 85 3D AC

RGB Percentages of Color #853dac

%36.34
%16.67
%46.99

CMYK Percentages of Color #853dac

%23
%65
%0
%33

Triadic Colors of #853dac

#853dac #ac853d #3dac85

Analogous Colors of #853dac

#853dac #ac3d9c #4e3dac

Monochromatic Colors of #853dac

#853dac

Complementary Color

#853dac #64ac3d

#853dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#853dac Color CSS Codes

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

#853dac Text Font Color

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

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


#853dac Background Color

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

This div background color is #853dac


#853dac Border Color

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

This div border color is #853dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853dac


Comments

No comments written yet.

Please login to write comment.