Color Hex Logo

#852acb Color Hex

#852ACB
(133,42,203)
0 Favorites   0 Comments

Color spaces of #852acb

RGB 13342203
HSL0.760.660.48
HSV274°79°80°
CMYK 0.340.790.00   0.20
XYZ21.280310.954357.4927
Yxy10.95430.23720.1221
Hunter Lab33.097356.8485-79.8235
CIE-Lab39.503464.3715-65.9564

#852acb color RGB value is (133,42,203).

#852acb hex color red value is 133, green value is 42 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #852acb hue: 0.76 , saturation: 0.66 and the lightness value of 852acb is 0.48.

The process color (four color CMYK) of #852acb color hex is 0.34, 0.79, 0.00, 0.20. Web safe color of #852acb is #9933cc. Color #852acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101010 11001011
Octal 205 52 313
Decimal 133 42 203
Hex 85 2A CB

RGB Percentages of Color #852acb

%35.19
%11.11
%53.70

CMYK Percentages of Color #852acb

%34
%79
%0
%20

Triadic Colors of #852acb

#852acb #cb852a #2acb85

Analogous Colors of #852acb

#852acb #cb2ac1 #352acb

Monochromatic Colors of #852acb

#852acb

Complementary Color

#852acb #70cb2a

#852acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#852acb Color CSS Codes

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

#852acb Text Font Color

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

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


#852acb Background Color

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

This div background color is #852acb


#852acb Border Color

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

This div border color is #852acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852acb


Comments

No comments written yet.

Please login to write comment.