Color Hex Logo

#8c39de Color Hex

#8C39DE
(140,57,222)
0 Favorites   0 Comments

Color spaces of #8c39de

RGB 14057222
HSL0.750.710.55
HSV270°74°87°
CMYK 0.370.740.00   0.13
XYZ25.463213.775670.4241
Yxy13.77560.23220.1256
Hunter Lab37.115557.5084-86.5179
CIE-Lab43.909464.0956-69.6698

#8c39de color RGB value is (140,57,222).

#8c39de hex color red value is 140, green value is 57 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8c39de hue: 0.75 , saturation: 0.71 and the lightness value of 8c39de is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 00111001 11011110
Octal 214 71 336
Decimal 140 57 222
Hex 8C 39 DE

RGB Percentages of Color #8c39de

%33.41
%13.60
%52.98

CMYK Percentages of Color #8c39de

%37
%74
%0
%13

Triadic Colors of #8c39de

#8c39de #de8c39 #39de8c

Analogous Colors of #8c39de

#8c39de #de39de #3a39de

Monochromatic Colors of #8c39de

#8c39de

Complementary Color

#8c39de #8bde39

#8c39de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c39de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c39de Color CSS Codes

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

#8c39de Text Font Color

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

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


#8c39de Background Color

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

This div background color is #8c39de


#8c39de Border Color

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

This div border color is #8c39de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,57,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 #8c39de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c39de


Comments

No comments written yet.

Please login to write comment.