Color Hex Logo

#ca80dd Color Hex

#CA80DD
(202,128,221)
0 Favorites   0 Comments

Color spaces of #ca80dd

RGB 202128221
HSL0.800.580.68
HSV288°42°87°
CMYK 0.090.420.00   0.13
XYZ45.127433.215472.4393
Yxy33.21540.29930.2203
Hunter Lab57.632838.9109-34.1793
CIE-Lab64.334943.7940-36.0877

#ca80dd color RGB value is (202,128,221).

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

The process color (four color CMYK) of #ca80dd color hex is 0.09, 0.42, 0.00, 0.13. Web safe color of #ca80dd is #cc99cc. Color #ca80dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000000 11011101
Octal 312 200 335
Decimal 202 128 221
Hex CA 80 DD

RGB Percentages of Color #ca80dd

%36.66
%23.23
%40.11

CMYK Percentages of Color #ca80dd

%9
%42
%0
%13

Triadic Colors of #ca80dd

#ca80dd #ddca80 #80ddca

Analogous Colors of #ca80dd

#ca80dd #dd80c2 #9c80dd

Monochromatic Colors of #ca80dd

#ca80dd

Complementary Color

#ca80dd #93dd80

#ca80dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca80dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca80dd Color CSS Codes

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

#ca80dd Text Font Color

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

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


#ca80dd Background Color

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

This div background color is #ca80dd


#ca80dd Border Color

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

This div border color is #ca80dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca80dd


Comments

No comments written yet.

Please login to write comment.