Color Hex Logo

#852484 Color Hex

#852484
(133,36,132)
0 Favorites   0 Comments

Color spaces of #852484

RGB 13336132
HSL0.840.570.33
HSV301°73°52°
CMYK 0.000.730.01   0.48
XYZ14.46867.914222.5948
Yxy7.91420.32170.1760
Hunter Lab28.132242.5726-27.9271
CIE-Lab33.803652.3017-32.5394

#852484 color RGB value is (133,36,132).

#852484 hex color red value is 133, green value is 36 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #852484 hue: 0.84 , saturation: 0.57 and the lightness value of 852484 is 0.33.

The process color (four color CMYK) of #852484 color hex is 0.00, 0.73, 0.01, 0.48. Web safe color of #852484 is #993399. Color #852484 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100100 10000100
Octal 205 44 204
Decimal 133 36 132
Hex 85 24 84

RGB Percentages of Color #852484

%44.19
%11.96
%43.85

CMYK Percentages of Color #852484

%0
%73
%1
%48

Triadic Colors of #852484

#852484 #848524 #248485

Analogous Colors of #852484

#852484 #852454 #562485

Monochromatic Colors of #852484

#852484

Complementary Color

#852484 #248525

#852484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852484 Color CSS Codes

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

#852484 Text Font Color

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

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


#852484 Background Color

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

This div background color is #852484


#852484 Border Color

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

This div border color is #852484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852484


Comments

No comments written yet.

Please login to write comment.