Color Hex Logo

#ca687c Color Hex

#CA687C
(202,104,124)
0 Favorites   0 Comments

Color spaces of #ca687c

RGB 202104124
HSL0.970.480.60
HSV348°49°79°
CMYK 0.000.490.39   0.21
XYZ32.945523.912421.9479
Yxy23.91240.41810.3034
Hunter Lab48.900334.68497.6191
CIE-Lab56.000040.88336.8713

#ca687c color RGB value is (202,104,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101000 01111100
Octal 312 150 174
Decimal 202 104 124
Hex CA 68 7C

RGB Percentages of Color #ca687c

%46.98
%24.19
%28.84

CMYK Percentages of Color #ca687c

%0
%49
%39
%21

Triadic Colors of #ca687c

#ca687c #7cca68 #687cca

Analogous Colors of #ca687c

#ca687c #ca8568 #ca68ad

Monochromatic Colors of #ca687c

#ca687c

Complementary Color

#ca687c #68cab6

#ca687c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca687c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca687c Color CSS Codes

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

#ca687c Text Font Color

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

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


#ca687c Background Color

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

This div background color is #ca687c


#ca687c Border Color

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

This div border color is #ca687c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,104,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 #ca687c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca687c


Comments

No comments written yet.

Please login to write comment.