Color Hex Logo

#ca7eaa Color Hex

#CA7EAA
(202,126,170)
0 Favorites   0 Comments

Color spaces of #ca7eaa

RGB 202126170
HSL0.900.420.64
HSV325°38°79°
CMYK 0.000.380.16   0.21
XYZ39.073730.380541.8348
Yxy30.38050.35110.2730
Hunter Lab55.118530.0819-6.4180
CIE-Lab61.981135.6538-10.9469

#ca7eaa color RGB value is (202,126,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111110 10101010
Octal 312 176 252
Decimal 202 126 170
Hex CA 7E AA

RGB Percentages of Color #ca7eaa

%40.56
%25.30
%34.14

CMYK Percentages of Color #ca7eaa

%0
%38
%16
%21

Triadic Colors of #ca7eaa

#ca7eaa #aaca7e #7eaaca

Analogous Colors of #ca7eaa

#ca7eaa #ca7e84 #c47eca

Monochromatic Colors of #ca7eaa

#ca7eaa

Complementary Color

#ca7eaa #7eca9e

#ca7eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7eaa Color CSS Codes

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

#ca7eaa Text Font Color

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

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


#ca7eaa Background Color

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

This div background color is #ca7eaa


#ca7eaa Border Color

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

This div border color is #ca7eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7eaa


Comments

No comments written yet.

Please login to write comment.