Color Hex Logo

#8023e4 Color Hex

#8023E4
(128,35,228)
0 Favorites   0 Comments

Color spaces of #8023e4

RGB 12835228
HSL0.750.780.52
HSV269°85°89°
CMYK 0.440.850.00   0.11
XYZ23.506711.392774.3589
Yxy11.39270.21510.1043
Hunter Lab33.753165.2451-106.9903
CIE-Lab40.234271.4606-79.1695

#8023e4 color RGB value is (128,35,228).

#8023e4 hex color red value is 128, green value is 35 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #8023e4 hue: 0.75 , saturation: 0.78 and the lightness value of 8023e4 is 0.52.

The process color (four color CMYK) of #8023e4 color hex is 0.44, 0.85, 0.00, 0.11. Web safe color of #8023e4 is #9933cc. Color #8023e4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100011 11100100
Octal 200 43 344
Decimal 128 35 228
Hex 80 23 E4

RGB Percentages of Color #8023e4

%32.74
%8.95
%58.31

CMYK Percentages of Color #8023e4

%44
%85
%0
%11

Triadic Colors of #8023e4

#8023e4 #e48023 #23e480

Analogous Colors of #8023e4

#8023e4 #e123e4 #2327e4

Monochromatic Colors of #8023e4

#8023e4

Complementary Color

#8023e4 #87e423

#8023e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8023e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8023e4 Color CSS Codes

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

#8023e4 Text Font Color

<p style="color:#8023e4">Text here</p>

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


#8023e4 Background Color

<div style="background-color:#8023e4">
Div content here</div>

This div background color is #8023e4


#8023e4 Border Color

<div style="border:3px solid #8023e4">
Div here</div>

This div border color is #8023e4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,35,228, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8023e4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8023e4;
  -webkit-box-shadow: 1px 1px 3px 2px #8023e4;
  box-shadow:         1px 1px 3px 2px #8023e4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8023e4


Comments

No comments written yet.

Please login to write comment.