Color Hex Logo

#ca719e Color Hex

#CA719E
(202,113,158)
0 Favorites   0 Comments

Color spaces of #ca719e

RGB 202113158
HSL0.920.460.62
HSV330°44°79°
CMYK 0.000.440.22   0.21
XYZ36.433826.835435.6072
Yxy26.83540.36850.2714
Hunter Lab51.802934.8868-4.4915
CIE-Lab58.821740.7036-8.7887

#ca719e color RGB value is (202,113,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110001 10011110
Octal 312 161 236
Decimal 202 113 158
Hex CA 71 9E

RGB Percentages of Color #ca719e

%42.71
%23.89
%33.40

CMYK Percentages of Color #ca719e

%0
%44
%22
%21

Triadic Colors of #ca719e

#ca719e #9eca71 #719eca

Analogous Colors of #ca719e

#ca719e #ca7172 #ca71ca

Monochromatic Colors of #ca719e

#ca719e

Complementary Color

#ca719e #71ca9d

#ca719e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca719e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca719e Color CSS Codes

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

#ca719e Text Font Color

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

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


#ca719e Background Color

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

This div background color is #ca719e


#ca719e Border Color

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

This div border color is #ca719e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca719e


Comments

No comments written yet.

Please login to write comment.