Color Hex Logo

#ca697a Color Hex

#CA697A
(202,105,122)
0 Favorites   0 Comments

Color spaces of #ca697a

RGB 202105122
HSL0.970.480.60
HSV349°48°79°
CMYK 0.000.480.40   0.21
XYZ32.921524.064821.3222
Yxy24.06480.42040.3073
Hunter Lab49.055933.94398.5687
CIE-Lab56.152640.14018.2596

#ca697a color RGB value is (202,105,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101001 01111010
Octal 312 151 172
Decimal 202 105 122
Hex CA 69 7A

RGB Percentages of Color #ca697a

%47.09
%24.48
%28.44

CMYK Percentages of Color #ca697a

%0
%48
%40
%21

Triadic Colors of #ca697a

#ca697a #7aca69 #697aca

Analogous Colors of #ca697a

#ca697a #ca8969 #ca69ab

Monochromatic Colors of #ca697a

#ca697a

Complementary Color

#ca697a #69cab9

#ca697a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca697a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca697a Color CSS Codes

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

#ca697a Text Font Color

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

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


#ca697a Background Color

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

This div background color is #ca697a


#ca697a Border Color

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

This div border color is #ca697a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca697a


Comments

No comments written yet.

Please login to write comment.