Color Hex Logo

#852aad Color Hex

#852AAD
(133,42,173)
0 Favorites   0 Comments

Color spaces of #852aad

RGB 13342173
HSL0.780.610.42
HSV282°76°68°
CMYK 0.230.760.00   0.32
XYZ18.04379.659640.4486
Yxy9.65960.26480.1417
Hunter Lab31.079949.2399-55.4064
CIE-Lab37.224457.9484-52.0069

#852aad color RGB value is (133,42,173).

#852aad hex color red value is 133, green value is 42 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #852aad hue: 0.78 , saturation: 0.61 and the lightness value of 852aad is 0.42.

The process color (four color CMYK) of #852aad color hex is 0.23, 0.76, 0.00, 0.32. Web safe color of #852aad is #993399. Color #852aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101010 10101101
Octal 205 52 255
Decimal 133 42 173
Hex 85 2A AD

RGB Percentages of Color #852aad

%38.22
%12.07
%49.71

CMYK Percentages of Color #852aad

%23
%76
%0
%32

Triadic Colors of #852aad

#852aad #ad852a #2aad85

Analogous Colors of #852aad

#852aad #ad2a94 #442aad

Monochromatic Colors of #852aad

#852aad

Complementary Color

#852aad #52ad2a

#852aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#852aad Color CSS Codes

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

#852aad Text Font Color

<p style="color:#852aad">Text here</p>

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


#852aad Background Color

<div style="background-color:#852aad">
Div content here</div>

This div background color is #852aad


#852aad Border Color

<div style="border:3px solid #852aad">
Div here</div>

This div border color is #852aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,42,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #852aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #852aad;
  -webkit-box-shadow: 1px 1px 3px 2px #852aad;
  box-shadow:         1px 1px 3px 2px #852aad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852aad


Comments

No comments written yet.

Please login to write comment.