Color Hex Logo

#ca80ae Color Hex

#CA80AE
(202,128,174)
0 Favorites   0 Comments

Color spaces of #ca80ae

RGB 202128174
HSL0.900.410.65
HSV323°37°79°
CMYK 0.000.370.14   0.21
XYZ39.716331.050943.9445
Yxy31.05090.34620.2707
Hunter Lab55.723329.7084-7.7509
CIE-Lab62.550635.2264-12.3692

#ca80ae color RGB value is (202,128,174).

#ca80ae hex color red value is 202, green value is 128 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ca80ae hue: 0.90 , saturation: 0.41 and the lightness value of ca80ae is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000000 10101110
Octal 312 200 256
Decimal 202 128 174
Hex CA 80 AE

RGB Percentages of Color #ca80ae

%40.08
%25.40
%34.52

CMYK Percentages of Color #ca80ae

%0
%37
%14
%21

Triadic Colors of #ca80ae

#ca80ae #aeca80 #80aeca

Analogous Colors of #ca80ae

#ca80ae #ca8089 #c180ca

Monochromatic Colors of #ca80ae

#ca80ae

Complementary Color

#ca80ae #80ca9c

#ca80ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca80ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca80ae Color CSS Codes

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

#ca80ae Text Font Color

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

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


#ca80ae Background Color

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

This div background color is #ca80ae


#ca80ae Border Color

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

This div border color is #ca80ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca80ae


Comments

No comments written yet.

Please login to write comment.