Color Hex Logo

#ca7cae Color Hex

#CA7CAE
(202,124,174)
0 Favorites   0 Comments

Color spaces of #ca7cae

RGB 202124174
HSL0.890.420.64
HSV322°39°79°
CMYK 0.000.390.14   0.21
XYZ39.204830.027943.7740
Yxy30.02790.34690.2657
Hunter Lab54.797731.8111-9.0042
CIE-Lab61.678337.3746-13.6818

#ca7cae color RGB value is (202,124,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111100 10101110
Octal 312 174 256
Decimal 202 124 174
Hex CA 7C AE

RGB Percentages of Color #ca7cae

%40.40
%24.80
%34.80

CMYK Percentages of Color #ca7cae

%0
%39
%14
%21

Triadic Colors of #ca7cae

#ca7cae #aeca7c #7caeca

Analogous Colors of #ca7cae

#ca7cae #ca7c87 #bf7cca

Monochromatic Colors of #ca7cae

#ca7cae

Complementary Color

#ca7cae #7cca98

#ca7cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7cae Color CSS Codes

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

#ca7cae Text Font Color

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

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


#ca7cae Background Color

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

This div background color is #ca7cae


#ca7cae Border Color

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

This div border color is #ca7cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7cae


Comments

No comments written yet.

Please login to write comment.