Color Hex Logo

#8524dc Color Hex

#8524DC
(133,36,220)
0 Favorites   0 Comments

Color spaces of #8524dc

RGB 13336220
HSL0.750.720.50
HSV272°84°86°
CMYK 0.400.840.00   0.14
XYZ23.222011.415668.6896
Yxy11.41560.22470.1105
Hunter Lab33.787063.5569-96.8869
CIE-Lab40.271870.0261-74.5097

#8524dc color RGB value is (133,36,220).

#8524dc hex color red value is 133, green value is 36 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8524dc hue: 0.75 , saturation: 0.72 and the lightness value of 8524dc is 0.50.

The process color (four color CMYK) of #8524dc color hex is 0.40, 0.84, 0.00, 0.14. Web safe color of #8524dc is #9933cc. Color #8524dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100100 11011100
Octal 205 44 334
Decimal 133 36 220
Hex 85 24 DC

RGB Percentages of Color #8524dc

%34.19
%9.25
%56.56

CMYK Percentages of Color #8524dc

%40
%84
%0
%14

Triadic Colors of #8524dc

#8524dc #dc8524 #24dc85

Analogous Colors of #8524dc

#8524dc #dc24d7 #2924dc

Monochromatic Colors of #8524dc

#8524dc

Complementary Color

#8524dc #7bdc24

#8524dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8524dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8524dc Color CSS Codes

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

#8524dc Text Font Color

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

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


#8524dc Background Color

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

This div background color is #8524dc


#8524dc Border Color

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

This div border color is #8524dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8524dc


Comments

No comments written yet.

Please login to write comment.