Color Hex Logo

#ca799f Color Hex

#CA799F
(202,121,159)
0 Favorites   0 Comments

Color spaces of #ca799f

RGB 202121159
HSL0.920.430.63
HSV332°40°79°
CMYK 0.000.400.21   0.21
XYZ37.452528.734536.3732
Yxy28.73450.36520.2802
Hunter Lab53.604630.9066-2.7078
CIE-Lab60.546636.6226-6.7957

#ca799f color RGB value is (202,121,159).

#ca799f hex color red value is 202, green value is 121 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ca799f hue: 0.92 , saturation: 0.43 and the lightness value of ca799f is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111001 10011111
Octal 312 171 237
Decimal 202 121 159
Hex CA 79 9F

RGB Percentages of Color #ca799f

%41.91
%25.10
%32.99

CMYK Percentages of Color #ca799f

%0
%40
%21
%21

Triadic Colors of #ca799f

#ca799f #9fca79 #799fca

Analogous Colors of #ca799f

#ca799f #ca7c79 #ca79c8

Monochromatic Colors of #ca799f

#ca799f

Complementary Color

#ca799f #79caa4

#ca799f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca799f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca799f Color CSS Codes

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

#ca799f Text Font Color

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

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


#ca799f Background Color

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

This div background color is #ca799f


#ca799f Border Color

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

This div border color is #ca799f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca799f


Comments

No comments written yet.

Please login to write comment.