Color Hex Logo

#ca668c Color Hex

#CA668C
(202,102,140)
0 Favorites   0 Comments

Color spaces of #ca668c

RGB 202102140
HSL0.940.490.60
HSV337°50°79°
CMYK 0.000.500.31   0.21
XYZ33.842123.952727.6506
Yxy23.95270.39610.2803
Hunter Lab48.941537.78170.7618
CIE-Lab56.040443.8668-2.4442

#ca668c color RGB value is (202,102,140).

#ca668c hex color red value is 202, green value is 102 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ca668c hue: 0.94 , saturation: 0.49 and the lightness value of ca668c is 0.60.

The process color (four color CMYK) of #ca668c color hex is 0.00, 0.50, 0.31, 0.21. Web safe color of #ca668c is #cc6699. Color #ca668c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100110 10001100
Octal 312 146 214
Decimal 202 102 140
Hex CA 66 8C

RGB Percentages of Color #ca668c

%45.50
%22.97
%31.53

CMYK Percentages of Color #ca668c

%0
%50
%31
%21

Triadic Colors of #ca668c

#ca668c #8cca66 #668cca

Analogous Colors of #ca668c

#ca668c #ca7266 #ca66be

Monochromatic Colors of #ca668c

#ca668c

Complementary Color

#ca668c #66caa4

#ca668c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca668c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca668c Color CSS Codes

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

#ca668c Text Font Color

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

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


#ca668c Background Color

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

This div background color is #ca668c


#ca668c Border Color

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

This div border color is #ca668c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca668c


Comments

No comments written yet.

Please login to write comment.