Color Hex Logo

#8052dd Color Hex

#8052DD
(128,82,221)
0 Favorites   0 Comments

Color spaces of #8052dd

RGB 12882221
HSL0.720.670.59
HSV260°63°87°
CMYK 0.420.630.00   0.13
XYZ24.970515.844270.1488
Yxy15.84420.22500.1428
Hunter Lab39.804842.3190-76.6247
CIE-Lab46.769449.6753-64.5131

#8052dd color RGB value is (128,82,221).

#8052dd hex color red value is 128, green value is 82 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8052dd hue: 0.72 , saturation: 0.67 and the lightness value of 8052dd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010010 11011101
Octal 200 122 335
Decimal 128 82 221
Hex 80 52 DD

RGB Percentages of Color #8052dd

%29.70
%19.03
%51.28

CMYK Percentages of Color #8052dd

%42
%63
%0
%13

Triadic Colors of #8052dd

#8052dd #dd8052 #52dd80

Analogous Colors of #8052dd

#8052dd #c652dd #526add

Monochromatic Colors of #8052dd

#8052dd

Complementary Color

#8052dd #afdd52

#8052dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8052dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8052dd Color CSS Codes

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

#8052dd Text Font Color

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

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


#8052dd Background Color

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

This div background color is #8052dd


#8052dd Border Color

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

This div border color is #8052dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,82,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 #8052dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8052dd


Comments

No comments written yet.

Please login to write comment.