Color Hex Logo

#ca7aaa Color Hex

#CA7AAA
(202,122,170)
0 Favorites   0 Comments

Color spaces of #ca7aaa

RGB 202122170
HSL0.900.430.64
HSV324°40°79°
CMYK 0.000.400.16   0.21
XYZ38.572429.377941.6677
Yxy29.37790.35190.2680
Hunter Lab54.201432.1771-7.6386
CIE-Lab61.113737.7960-12.2486

#ca7aaa color RGB value is (202,122,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111010 10101010
Octal 312 172 252
Decimal 202 122 170
Hex CA 7A AA

RGB Percentages of Color #ca7aaa

%40.89
%24.70
%34.41

CMYK Percentages of Color #ca7aaa

%0
%40
%16
%21

Triadic Colors of #ca7aaa

#ca7aaa #aaca7a #7aaaca

Analogous Colors of #ca7aaa

#ca7aaa #ca7a82 #c27aca

Monochromatic Colors of #ca7aaa

#ca7aaa

Complementary Color

#ca7aaa #7aca9a

#ca7aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7aaa Color CSS Codes

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

#ca7aaa Text Font Color

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

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


#ca7aaa Background Color

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

This div background color is #ca7aaa


#ca7aaa Border Color

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

This div border color is #ca7aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7aaa


Comments

No comments written yet.

Please login to write comment.