Color Hex Logo

#8c47de Color Hex

#8C47DE
(140,71,222)
0 Favorites   0 Comments

Color spaces of #8c47de

RGB 14071222
HSL0.740.700.57
HSV267°68°87°
CMYK 0.370.680.00   0.13
XYZ26.253315.355970.6875
Yxy15.35590.23380.1367
Hunter Lab39.186651.0106-79.5208
CIE-Lab46.117857.8762-66.0775

#8c47de color RGB value is (140,71,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01000111 11011110
Octal 214 107 336
Decimal 140 71 222
Hex 8C 47 DE

RGB Percentages of Color #8c47de

%32.33
%16.40
%51.27

CMYK Percentages of Color #8c47de

%37
%68
%0
%13

Triadic Colors of #8c47de

#8c47de #de8c47 #47de8c

Analogous Colors of #8c47de

#8c47de #d847de #474dde

Monochromatic Colors of #8c47de

#8c47de

Complementary Color

#8c47de #99de47

#8c47de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c47de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c47de Color CSS Codes

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

#8c47de Text Font Color

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

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


#8c47de Background Color

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

This div background color is #8c47de


#8c47de Border Color

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

This div border color is #8c47de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c47de


Comments

No comments written yet.

Please login to write comment.