Color Hex Logo

#8c4cef Color Hex

#8C4CEF
(140,76,239)
0 Favorites   0 Comments

Color spaces of #8c4cef

RGB 14076239
HSL0.730.840.62
HSV264°68°94°
CMYK 0.410.680.00   0.06
XYZ28.979616.976383.4107
Yxy16.97630.22400.1312
Hunter Lab41.202353.4438-91.1861
CIE-Lab48.230259.6740-72.2581

#8c4cef color RGB value is (140,76,239).

#8c4cef hex color red value is 140, green value is 76 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8c4cef hue: 0.73 , saturation: 0.84 and the lightness value of 8c4cef is 0.62.

The process color (four color CMYK) of #8c4cef color hex is 0.41, 0.68, 0.00, 0.06. Web safe color of #8c4cef is #9933ff. Color #8c4cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01001100 11101111
Octal 214 114 357
Decimal 140 76 239
Hex 8C 4C EF

RGB Percentages of Color #8c4cef

%30.77
%16.70
%52.53

CMYK Percentages of Color #8c4cef

%41
%68
%0
%6

Triadic Colors of #8c4cef

#8c4cef #ef8c4c #4cef8c

Analogous Colors of #8c4cef

#8c4cef #de4cef #4c5def

Monochromatic Colors of #8c4cef

#8c4cef

Complementary Color

#8c4cef #afef4c

#8c4cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c4cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c4cef Color CSS Codes

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

#8c4cef Text Font Color

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

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


#8c4cef Background Color

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

This div background color is #8c4cef


#8c4cef Border Color

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

This div border color is #8c4cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c4cef


Comments

No comments written yet.

Please login to write comment.