Color Hex Logo

#8023dc Color Hex

#8023DC
(128,35,220)
0 Favorites   0 Comments

Color spaces of #8023dc

RGB 12835220
HSL0.750.730.50
HSV270°84°86°
CMYK 0.420.840.00   0.14
XYZ22.421410.958668.6436
Yxy10.95860.21980.1074
Hunter Lab33.103862.9676-99.7704
CIE-Lab39.510769.6728-75.7838

#8023dc color RGB value is (128,35,220).

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

The process color (four color CMYK) of #8023dc color hex is 0.42, 0.84, 0.00, 0.14. Web safe color of #8023dc is #9933cc. Color #8023dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100011 11011100
Octal 200 43 334
Decimal 128 35 220
Hex 80 23 DC

RGB Percentages of Color #8023dc

%33.42
%9.14
%57.44

CMYK Percentages of Color #8023dc

%42
%84
%0
%14

Triadic Colors of #8023dc

#8023dc #dc8023 #23dc80

Analogous Colors of #8023dc

#8023dc #dc23dc #2323dc

Monochromatic Colors of #8023dc

#8023dc

Complementary Color

#8023dc #7fdc23

#8023dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8023dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8023dc Color CSS Codes

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

#8023dc Text Font Color

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

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


#8023dc Background Color

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

This div background color is #8023dc


#8023dc Border Color

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

This div border color is #8023dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8023dc


Comments

No comments written yet.

Please login to write comment.