Color Hex Logo

#8c52de Color Hex

#8C52DE
(140,82,222)
0 Favorites   0 Comments

Color spaces of #8c52de

RGB 14082222
HSL0.740.680.60
HSV265°63°87°
CMYK 0.370.630.00   0.13
XYZ27.017316.884070.9422
Yxy16.88400.23530.1470
Hunter Lab41.090145.4583-73.6012
CIE-Lab48.113552.4026-62.8444

#8c52de color RGB value is (140,82,222).

#8c52de hex color red value is 140, green value is 82 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8c52de hue: 0.74 , saturation: 0.68 and the lightness value of 8c52de is 0.60.

The process color (four color CMYK) of #8c52de color hex is 0.37, 0.63, 0.00, 0.13. Web safe color of #8c52de is #9966cc. Color #8c52de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01010010 11011110
Octal 214 122 336
Decimal 140 82 222
Hex 8C 52 DE

RGB Percentages of Color #8c52de

%31.53
%18.47
%50.00

CMYK Percentages of Color #8c52de

%37
%63
%0
%13

Triadic Colors of #8c52de

#8c52de #de8c52 #52de8c

Analogous Colors of #8c52de

#8c52de #d252de #525ede

Monochromatic Colors of #8c52de

#8c52de

Complementary Color

#8c52de #a4de52

#8c52de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c52de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c52de Color CSS Codes

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

#8c52de Text Font Color

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

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


#8c52de Background Color

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

This div background color is #8c52de


#8c52de Border Color

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

This div border color is #8c52de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,82,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c52de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c52de;
  -webkit-box-shadow: 1px 1px 3px 2px #8c52de;
  box-shadow:         1px 1px 3px 2px #8c52de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,82,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c52de


Comments

No comments written yet.

Please login to write comment.