Color Hex Logo

#8047ec Color Hex

#8047EC
(128,71,236)
0 Favorites   0 Comments

Color spaces of #8047ec

RGB 12871236
HSL0.720.810.60
HSV261°70°93°
CMYK 0.460.700.00   0.07
XYZ26.295615.151880.8955
Yxy15.15180.21490.1238
Hunter Lab38.925352.4646-95.9702
CIE-Lab45.841459.2425-74.5184

#8047ec color RGB value is (128,71,236).

#8047ec hex color red value is 128, green value is 71 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8047ec hue: 0.72 , saturation: 0.81 and the lightness value of 8047ec is 0.60.

The process color (four color CMYK) of #8047ec color hex is 0.46, 0.70, 0.00, 0.07. Web safe color of #8047ec is #9933ff. Color #8047ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000111 11101100
Octal 200 107 354
Decimal 128 71 236
Hex 80 47 EC

RGB Percentages of Color #8047ec

%29.43
%16.32
%54.25

CMYK Percentages of Color #8047ec

%46
%70
%0
%7

Triadic Colors of #8047ec

#8047ec #ec8047 #47ec80

Analogous Colors of #8047ec

#8047ec #d347ec #4761ec

Monochromatic Colors of #8047ec

#8047ec

Complementary Color

#8047ec #b3ec47

#8047ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8047ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8047ec Color CSS Codes

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

#8047ec Text Font Color

<p style="color:#8047ec">Text here</p>

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


#8047ec Background Color

<div style="background-color:#8047ec">
Div content here</div>

This div background color is #8047ec


#8047ec Border Color

<div style="border:3px solid #8047ec">
Div here</div>

This div border color is #8047ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,71,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8047ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8047ec;
  -webkit-box-shadow: 1px 1px 3px 2px #8047ec;
  box-shadow:         1px 1px 3px 2px #8047ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,71,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8047ec


Comments

No comments written yet.

Please login to write comment.