Color Hex Logo

#852492 Color Hex

#852492
(133,36,146)
0 Favorites   0 Comments

Color spaces of #852492

RGB 13336146
HSL0.810.600.36
HSV293°75°57°
CMYK 0.090.750.00   0.43
XYZ15.49208.323627.9842
Yxy8.32360.29910.1607
Hunter Lab28.850645.3609-37.3139
CIE-Lab34.647954.8138-39.8351

#852492 color RGB value is (133,36,146).

#852492 hex color red value is 133, green value is 36 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #852492 hue: 0.81 , saturation: 0.60 and the lightness value of 852492 is 0.36.

The process color (four color CMYK) of #852492 color hex is 0.09, 0.75, 0.00, 0.43. Web safe color of #852492 is #993399. Color #852492 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100100 10010010
Octal 205 44 222
Decimal 133 36 146
Hex 85 24 92

RGB Percentages of Color #852492

%42.22
%11.43
%46.35

CMYK Percentages of Color #852492

%9
%75
%0
%43

Triadic Colors of #852492

#852492 #928524 #249285

Analogous Colors of #852492

#852492 #922468 #4e2492

Monochromatic Colors of #852492

#852492

Complementary Color

#852492 #319224

#852492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852492 Color CSS Codes

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

#852492 Text Font Color

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

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


#852492 Background Color

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

This div background color is #852492


#852492 Border Color

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

This div border color is #852492


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,36,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #852492; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #852492;
  -webkit-box-shadow: 1px 1px 3px 2px #852492;
  box-shadow:         1px 1px 3px 2px #852492; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852492


Comments

No comments written yet.

Please login to write comment.