Color Hex Logo

#8033ed Color Hex

#8033ED
(128,51,237)
0 Favorites   0 Comments

Color spaces of #8033ed

RGB 12851237
HSL0.740.840.56
HSV265°78°93°
CMYK 0.460.780.00   0.07
XYZ25.372013.071381.3065
Yxy13.07130.21190.1092
Hunter Lab36.154361.9962-108.0280
CIE-Lab42.870568.1883-79.9470

#8033ed color RGB value is (128,51,237).

#8033ed hex color red value is 128, green value is 51 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8033ed hue: 0.74 , saturation: 0.84 and the lightness value of 8033ed is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110011 11101101
Octal 200 63 355
Decimal 128 51 237
Hex 80 33 ED

RGB Percentages of Color #8033ed

%30.77
%12.26
%56.97

CMYK Percentages of Color #8033ed

%46
%78
%0
%7

Triadic Colors of #8033ed

#8033ed #ed8033 #33ed80

Analogous Colors of #8033ed

#8033ed #dd33ed #3343ed

Monochromatic Colors of #8033ed

#8033ed

Complementary Color

#8033ed #a0ed33

#8033ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8033ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8033ed Color CSS Codes

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

#8033ed Text Font Color

<p style="color:#8033ed">Text here</p>

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


#8033ed Background Color

<div style="background-color:#8033ed">
Div content here</div>

This div background color is #8033ed


#8033ed Border Color

<div style="border:3px solid #8033ed">
Div here</div>

This div border color is #8033ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,51,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8033ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8033ed;
  -webkit-box-shadow: 1px 1px 3px 2px #8033ed;
  box-shadow:         1px 1px 3px 2px #8033ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8033ed


Comments

No comments written yet.

Please login to write comment.