Color Hex Logo

#ca697b Color Hex

#CA697B
(202,105,123)
0 Favorites   0 Comments

Color spaces of #ca697b

RGB 202105123
HSL0.970.480.60
HSV349°48°79°
CMYK 0.000.480.39   0.21
XYZ32.983824.089821.6502
Yxy24.08980.41900.3060
Hunter Lab49.081434.06378.2036
CIE-Lab56.177640.25387.7101

#ca697b color RGB value is (202,105,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101001 01111011
Octal 312 151 173
Decimal 202 105 123
Hex CA 69 7B

RGB Percentages of Color #ca697b

%46.98
%24.42
%28.60

CMYK Percentages of Color #ca697b

%0
%48
%39
%21

Triadic Colors of #ca697b

#ca697b #7bca69 #697bca

Analogous Colors of #ca697b

#ca697b #ca8869 #ca69ac

Monochromatic Colors of #ca697b

#ca697b

Complementary Color

#ca697b #69cab8

#ca697b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca697b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca697b Color CSS Codes

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

#ca697b Text Font Color

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

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


#ca697b Background Color

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

This div background color is #ca697b


#ca697b Border Color

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

This div border color is #ca697b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca697b


Comments

No comments written yet.

Please login to write comment.