Color Hex Logo

#ca697c Color Hex

#CA697C
(202,105,124)
0 Favorites   0 Comments

Color spaces of #ca697c

RGB 202105124
HSL0.970.480.60
HSV348°48°79°
CMYK 0.000.480.39   0.21
XYZ33.046824.114921.9817
Yxy24.11490.41760.3047
Hunter Lab49.106934.18557.8349
CIE-Lab56.202740.36947.1606

#ca697c color RGB value is (202,105,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101001 01111100
Octal 312 151 174
Decimal 202 105 124
Hex CA 69 7C

RGB Percentages of Color #ca697c

%46.87
%24.36
%28.77

CMYK Percentages of Color #ca697c

%0
%48
%39
%21

Triadic Colors of #ca697c

#ca697c #7cca69 #697cca

Analogous Colors of #ca697c

#ca697c #ca8769 #ca69ad

Monochromatic Colors of #ca697c

#ca697c

Complementary Color

#ca697c #69cab7

#ca697c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca697c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca697c Color CSS Codes

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

#ca697c Text Font Color

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

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


#ca697c Background Color

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

This div background color is #ca697c


#ca697c Border Color

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

This div border color is #ca697c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca697c


Comments

No comments written yet.

Please login to write comment.