Color Hex Logo

#ca709e Color Hex

#CA709E
(202,112,158)
0 Favorites   0 Comments

Color spaces of #ca709e

RGB 202112158
HSL0.910.460.62
HSV329°45°79°
CMYK 0.000.450.22   0.21
XYZ36.322826.613535.5703
Yxy26.61350.36870.2702
Hunter Lab51.588335.4006-4.7689
CIE-Lab58.614941.2257-9.0976

#ca709e color RGB value is (202,112,158).

#ca709e hex color red value is 202, green value is 112 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ca709e hue: 0.91 , saturation: 0.46 and the lightness value of ca709e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110000 10011110
Octal 312 160 236
Decimal 202 112 158
Hex CA 70 9E

RGB Percentages of Color #ca709e

%42.80
%23.73
%33.47

CMYK Percentages of Color #ca709e

%0
%45
%22
%21

Triadic Colors of #ca709e

#ca709e #9eca70 #709eca

Analogous Colors of #ca709e

#ca709e #ca7071 #c970ca

Monochromatic Colors of #ca709e

#ca709e

Complementary Color

#ca709e #70ca9c

#ca709e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca709e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca709e Color CSS Codes

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

#ca709e Text Font Color

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

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


#ca709e Background Color

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

This div background color is #ca709e


#ca709e Border Color

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

This div border color is #ca709e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca709e


Comments

No comments written yet.

Please login to write comment.