Color Hex Logo

#ca9dae Color Hex

#CA9DAE
(202,157,174)
0 Favorites   0 Comments

Color spaces of #ca9dae

RGB 202157174
HSL0.940.300.70
HSV337°22°79°
CMYK 0.000.220.14   0.21
XYZ44.054139.726545.3905
Yxy39.72650.34110.3075
Hunter Lab63.029014.46191.4224
CIE-Lab69.274319.3865-2.3803

#ca9dae color RGB value is (202,157,174).

#ca9dae hex color red value is 202, green value is 157 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ca9dae hue: 0.94 , saturation: 0.30 and the lightness value of ca9dae is 0.70.

The process color (four color CMYK) of #ca9dae color hex is 0.00, 0.22, 0.14, 0.21. Web safe color of #ca9dae is #cc9999. Color #ca9dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011101 10101110
Octal 312 235 256
Decimal 202 157 174
Hex CA 9D AE

RGB Percentages of Color #ca9dae

%37.90
%29.46
%32.65

CMYK Percentages of Color #ca9dae

%0
%22
%14
%21

Triadic Colors of #ca9dae

#ca9dae #aeca9d #9daeca

Analogous Colors of #ca9dae

#ca9dae #caa39d #ca9dc5

Monochromatic Colors of #ca9dae

#ca9dae

Complementary Color

#ca9dae #9dcab9

#ca9dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9dae Color CSS Codes

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

#ca9dae Text Font Color

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

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


#ca9dae Background Color

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

This div background color is #ca9dae


#ca9dae Border Color

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

This div border color is #ca9dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9dae


Comments

No comments written yet.

Please login to write comment.