Color Hex Logo

#ca7aaf Color Hex

#CA7AAF
(202,122,175)
0 Favorites   0 Comments

Color spaces of #ca7aaf

RGB 202122175
HSL0.890.430.64
HSV320°40°79°
CMYK 0.000.400.13   0.21
XYZ39.054529.570844.2068
Yxy29.57080.34610.2621
Hunter Lab54.379033.0337-10.1338
CIE-Lab61.282138.6060-14.8497

#ca7aaf color RGB value is (202,122,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111010 10101111
Octal 312 172 257
Decimal 202 122 175
Hex CA 7A AF

RGB Percentages of Color #ca7aaf

%40.48
%24.45
%35.07

CMYK Percentages of Color #ca7aaf

%0
%40
%13
%21

Triadic Colors of #ca7aaf

#ca7aaf #afca7a #7aafca

Analogous Colors of #ca7aaf

#ca7aaf #ca7a87 #bd7aca

Monochromatic Colors of #ca7aaf

#ca7aaf

Complementary Color

#ca7aaf #7aca95

#ca7aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7aaf Color CSS Codes

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

#ca7aaf Text Font Color

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

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


#ca7aaf Background Color

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

This div background color is #ca7aaf


#ca7aaf Border Color

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

This div border color is #ca7aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7aaf


Comments

No comments written yet.

Please login to write comment.