Color Hex Logo

#ca697e Color Hex

#CA697E
(202,105,126)
0 Favorites   0 Comments

Color spaces of #ca697e

RGB 202105126
HSL0.960.480.60
HSV347°48°79°
CMYK 0.000.480.38   0.21
XYZ33.174624.166122.6547
Yxy24.16610.41470.3021
Hunter Lab49.159034.43117.0878
CIE-Lab56.253740.60196.0633

#ca697e color RGB value is (202,105,126).

#ca697e hex color red value is 202, green value is 105 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ca697e hue: 0.96 , saturation: 0.48 and the lightness value of ca697e is 0.60.

The process color (four color CMYK) of #ca697e color hex is 0.00, 0.48, 0.38, 0.21. Web safe color of #ca697e is #cc6666. Color #ca697e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101001 01111110
Octal 312 151 176
Decimal 202 105 126
Hex CA 69 7E

RGB Percentages of Color #ca697e

%46.65
%24.25
%29.10

CMYK Percentages of Color #ca697e

%0
%48
%38
%21

Triadic Colors of #ca697e

#ca697e #7eca69 #697eca

Analogous Colors of #ca697e

#ca697e #ca8569 #ca69af

Monochromatic Colors of #ca697e

#ca697e

Complementary Color

#ca697e #69cab5

#ca697e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca697e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca697e Color CSS Codes

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

#ca697e Text Font Color

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

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


#ca697e Background Color

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

This div background color is #ca697e


#ca697e Border Color

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

This div border color is #ca697e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca697e


Comments

No comments written yet.

Please login to write comment.