Color Hex Logo

#8002cd Color Hex

#8002CD
(128,2,205)
0 Favorites   0 Comments

Color spaces of #8002cd

RGB 1282205
HSL0.770.980.41
HSV277°99°80°
CMYK 0.380.990.00   0.20
XYZ19.94329.040458.4515
Yxy9.04040.22810.1034
Hunter Lab30.067365.7789-94.2142
CIE-Lab36.062072.7083-72.7836

#8002cd color RGB value is (128,2,205).

#8002cd hex color red value is 128, green value is 2 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8002cd hue: 0.77 , saturation: 0.98 and the lightness value of 8002cd is 0.41.

The process color (four color CMYK) of #8002cd color hex is 0.38, 0.99, 0.00, 0.20. Web safe color of #8002cd is #9900cc. Color #8002cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000010 11001101
Octal 200 2 315
Decimal 128 2 205
Hex 80 2 CD

RGB Percentages of Color #8002cd

%38.21
%0.60
%61.19

CMYK Percentages of Color #8002cd

%38
%99
%0
%20

Triadic Colors of #8002cd

#8002cd #cd8002 #02cd80

Analogous Colors of #8002cd

#8002cd #cd02b5 #1b02cd

Monochromatic Colors of #8002cd

#8002cd

Complementary Color

#8002cd #4fcd02

#8002cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8002cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8002cd Color CSS Codes

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

#8002cd Text Font Color

<p style="color:#8002cd">Text here</p>

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


#8002cd Background Color

<div style="background-color:#8002cd">
Div content here</div>

This div background color is #8002cd


#8002cd Border Color

<div style="border:3px solid #8002cd">
Div here</div>

This div border color is #8002cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,2,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8002cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8002cd;
  -webkit-box-shadow: 1px 1px 3px 2px #8002cd;
  box-shadow:         1px 1px 3px 2px #8002cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8002cd


Comments

No comments written yet.

Please login to write comment.