Color Hex Logo

#8022ee Color Hex

#8022EE
(128,34,238)
0 Favorites   0 Comments

Color spaces of #8022ee

RGB 12834238
HSL0.740.860.53
HSV268°86°93°
CMYK 0.460.860.00   0.07
XYZ24.906711.906381.8743
Yxy11.90630.20990.1003
Hunter Lab34.505568.4599-116.5288
CIE-Lab41.066873.9825-83.4782

#8022ee color RGB value is (128,34,238).

#8022ee hex color red value is 128, green value is 34 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8022ee hue: 0.74 , saturation: 0.86 and the lightness value of 8022ee is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100010 11101110
Octal 200 42 356
Decimal 128 34 238
Hex 80 22 EE

RGB Percentages of Color #8022ee

%32.00
%8.50
%59.50

CMYK Percentages of Color #8022ee

%46
%86
%0
%7

Triadic Colors of #8022ee

#8022ee #ee8022 #22ee80

Analogous Colors of #8022ee

#8022ee #e622ee #222aee

Monochromatic Colors of #8022ee

#8022ee

Complementary Color

#8022ee #90ee22

#8022ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8022ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8022ee Color CSS Codes

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

#8022ee Text Font Color

<p style="color:#8022ee">Text here</p>

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


#8022ee Background Color

<div style="background-color:#8022ee">
Div content here</div>

This div background color is #8022ee


#8022ee Border Color

<div style="border:3px solid #8022ee">
Div here</div>

This div border color is #8022ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,34,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8022ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8022ee;
  -webkit-box-shadow: 1px 1px 3px 2px #8022ee;
  box-shadow:         1px 1px 3px 2px #8022ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8022ee


Comments

No comments written yet.

Please login to write comment.