Color Hex Logo

#852fca Color Hex

#852FCA
(133,47,202)
0 Favorites   0 Comments

Color spaces of #852fca

RGB 13347202
HSL0.760.620.49
HSV273°77°79°
CMYK 0.340.770.00   0.21
XYZ21.350111.283856.9298
Yxy11.28380.23840.1260
Hunter Lab33.591454.6667-76.9692
CIE-Lab40.054462.3280-64.4771

#852fca color RGB value is (133,47,202).

#852fca hex color red value is 133, green value is 47 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #852fca hue: 0.76 , saturation: 0.62 and the lightness value of 852fca is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101111 11001010
Octal 205 57 312
Decimal 133 47 202
Hex 85 2F CA

RGB Percentages of Color #852fca

%34.82
%12.30
%52.88

CMYK Percentages of Color #852fca

%34
%77
%0
%21

Triadic Colors of #852fca

#852fca #ca852f #2fca85

Analogous Colors of #852fca

#852fca #ca2fc2 #372fca

Monochromatic Colors of #852fca

#852fca

Complementary Color

#852fca #74ca2f

#852fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#852fca Color CSS Codes

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

#852fca Text Font Color

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

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


#852fca Background Color

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

This div background color is #852fca


#852fca Border Color

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

This div border color is #852fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852fca


Comments

No comments written yet.

Please login to write comment.