Color Hex Logo

#ca76aa Color Hex

#CA76AA
(202,118,170)
0 Favorites   0 Comments

Color spaces of #ca76aa

RGB 202118170
HSL0.900.440.63
HSV323°42°79°
CMYK 0.000.420.16   0.21
XYZ38.091328.415741.5074
Yxy28.41570.35270.2631
Hunter Lab53.306434.2651-8.8521
CIE-Lab60.262539.9197-13.5299

#ca76aa color RGB value is (202,118,170).

#ca76aa hex color red value is 202, green value is 118 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ca76aa hue: 0.90 , saturation: 0.44 and the lightness value of ca76aa is 0.63.

The process color (four color CMYK) of #ca76aa color hex is 0.00, 0.42, 0.16, 0.21. Web safe color of #ca76aa is #cc6699. Color #ca76aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110110 10101010
Octal 312 166 252
Decimal 202 118 170
Hex CA 76 AA

RGB Percentages of Color #ca76aa

%41.22
%24.08
%34.69

CMYK Percentages of Color #ca76aa

%0
%42
%16
%21

Triadic Colors of #ca76aa

#ca76aa #aaca76 #76aaca

Analogous Colors of #ca76aa

#ca76aa #ca7680 #c076ca

Monochromatic Colors of #ca76aa

#ca76aa

Complementary Color

#ca76aa #76ca96

#ca76aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca76aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca76aa Color CSS Codes

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

#ca76aa Text Font Color

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

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


#ca76aa Background Color

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

This div background color is #ca76aa


#ca76aa Border Color

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

This div border color is #ca76aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca76aa


Comments

No comments written yet.

Please login to write comment.