Color Hex Logo

#ca9fcd Color Hex

#CA9FCD
(202,159,205)
0 Favorites   0 Comments

Color spaces of #ca9fcd

RGB 202159205
HSL0.820.320.71
HSV296°22°80°
CMYK 0.010.220.00   0.20
XYZ47.774741.760663.3002
Yxy41.76060.31260.2732
Hunter Lab64.622418.8739-12.8412
CIE-Lab70.705623.8174-17.4289

#ca9fcd color RGB value is (202,159,205).

#ca9fcd hex color red value is 202, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ca9fcd hue: 0.82 , saturation: 0.32 and the lightness value of ca9fcd is 0.71.

The process color (four color CMYK) of #ca9fcd color hex is 0.01, 0.22, 0.00, 0.20. Web safe color of #ca9fcd is #cc99cc. Color #ca9fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011111 11001101
Octal 312 237 315
Decimal 202 159 205
Hex CA 9F CD

RGB Percentages of Color #ca9fcd

%35.69
%28.09
%36.22

CMYK Percentages of Color #ca9fcd

%1
%22
%0
%20

Triadic Colors of #ca9fcd

#ca9fcd #cdca9f #9fcdca

Analogous Colors of #ca9fcd

#ca9fcd #cd9fb9 #b39fcd

Monochromatic Colors of #ca9fcd

#ca9fcd

Complementary Color

#ca9fcd #a2cd9f

#ca9fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9fcd Color CSS Codes

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

#ca9fcd Text Font Color

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

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


#ca9fcd Background Color

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

This div background color is #ca9fcd


#ca9fcd Border Color

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

This div border color is #ca9fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9fcd


Comments

No comments written yet.

Please login to write comment.