Color Hex Logo

#ca7aac Color Hex

#CA7AAC
(202,122,172)
0 Favorites   0 Comments

Color spaces of #ca7aac

RGB 202122172
HSL0.900.430.64
HSV323°40°79°
CMYK 0.000.400.15   0.21
XYZ38.763029.454242.6719
Yxy29.45420.34960.2656
Hunter Lab54.271732.5162-8.6274
CIE-Lab61.180438.1172-13.2909

#ca7aac color RGB value is (202,122,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111010 10101100
Octal 312 172 254
Decimal 202 122 172
Hex CA 7A AC

RGB Percentages of Color #ca7aac

%40.73
%24.60
%34.68

CMYK Percentages of Color #ca7aac

%0
%40
%15
%21

Triadic Colors of #ca7aac

#ca7aac #acca7a #7aacca

Analogous Colors of #ca7aac

#ca7aac #ca7a84 #c07aca

Monochromatic Colors of #ca7aac

#ca7aac

Complementary Color

#ca7aac #7aca98

#ca7aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7aac Color CSS Codes

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

#ca7aac Text Font Color

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

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


#ca7aac Background Color

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

This div background color is #ca7aac


#ca7aac Border Color

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

This div border color is #ca7aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7aac


Comments

No comments written yet.

Please login to write comment.