Color Hex Logo

#ca80dc Color Hex

#CA80DC
(202,128,220)
0 Favorites   0 Comments

Color spaces of #ca80dc

RGB 202128220
HSL0.800.570.68
HSV288°42°86°
CMYK 0.080.420.00   0.14
XYZ44.994633.162271.7396
Yxy33.16220.30020.2212
Hunter Lab57.586638.6922-33.5510
CIE-Lab64.292043.5960-35.5977

#ca80dc color RGB value is (202,128,220).

#ca80dc hex color red value is 202, green value is 128 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ca80dc hue: 0.80 , saturation: 0.57 and the lightness value of ca80dc is 0.68.

The process color (four color CMYK) of #ca80dc color hex is 0.08, 0.42, 0.00, 0.14. Web safe color of #ca80dc is #cc99cc. Color #ca80dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000000 11011100
Octal 312 200 334
Decimal 202 128 220
Hex CA 80 DC

RGB Percentages of Color #ca80dc

%36.73
%23.27
%40.00

CMYK Percentages of Color #ca80dc

%8
%42
%0
%14

Triadic Colors of #ca80dc

#ca80dc #dcca80 #80dcca

Analogous Colors of #ca80dc

#ca80dc #dc80c0 #9c80dc

Monochromatic Colors of #ca80dc

#ca80dc

Complementary Color

#ca80dc #92dc80

#ca80dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca80dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca80dc Color CSS Codes

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

#ca80dc Text Font Color

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

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


#ca80dc Background Color

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

This div background color is #ca80dc


#ca80dc Border Color

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

This div border color is #ca80dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca80dc


Comments

No comments written yet.

Please login to write comment.