Color Hex Logo

#8023dd Color Hex

#8023DD
(128,35,221)
0 Favorites   0 Comments

Color spaces of #8023dd

RGB 12835221
HSL0.750.730.50
HSV270°84°87°
CMYK 0.420.840.00   0.13
XYZ22.554311.011769.3433
Yxy11.01170.21920.1070
Hunter Lab33.183963.2504-100.6677
CIE-Lab39.600269.8961-76.2101

#8023dd color RGB value is (128,35,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100011 11011101
Octal 200 43 335
Decimal 128 35 221
Hex 80 23 DD

RGB Percentages of Color #8023dd

%33.33
%9.11
%57.55

CMYK Percentages of Color #8023dd

%42
%84
%0
%13

Triadic Colors of #8023dd

#8023dd #dd8023 #23dd80

Analogous Colors of #8023dd

#8023dd #dd23dd #2323dd

Monochromatic Colors of #8023dd

#8023dd

Complementary Color

#8023dd #80dd23

#8023dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8023dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8023dd Color CSS Codes

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

#8023dd Text Font Color

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

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


#8023dd Background Color

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

This div background color is #8023dd


#8023dd Border Color

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

This div border color is #8023dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8023dd


Comments

No comments written yet.

Please login to write comment.