Color Hex Logo

#ca7cad Color Hex

#CA7CAD
(202,124,173)
0 Favorites   0 Comments

Color spaces of #ca7cad

RGB 202124173
HSL0.900.420.64
HSV322°39°79°
CMYK 0.000.390.14   0.21
XYZ39.107629.989043.2624
Yxy29.98900.34810.2669
Hunter Lab54.762231.6392-8.5058
CIE-Lab61.644737.2114-13.1623

#ca7cad color RGB value is (202,124,173).

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

The process color (four color CMYK) of #ca7cad color hex is 0.00, 0.39, 0.14, 0.21. Web safe color of #ca7cad is #cc6699. Color #ca7cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111100 10101101
Octal 312 174 255
Decimal 202 124 173
Hex CA 7C AD

RGB Percentages of Color #ca7cad

%40.48
%24.85
%34.67

CMYK Percentages of Color #ca7cad

%0
%39
%14
%21

Triadic Colors of #ca7cad

#ca7cad #adca7c #7cadca

Analogous Colors of #ca7cad

#ca7cad #ca7c86 #c07cca

Monochromatic Colors of #ca7cad

#ca7cad

Complementary Color

#ca7cad #7cca99

#ca7cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7cad Color CSS Codes

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

#ca7cad Text Font Color

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

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


#ca7cad Background Color

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

This div background color is #ca7cad


#ca7cad Border Color

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

This div border color is #ca7cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7cad


Comments

No comments written yet.

Please login to write comment.