Color Hex Logo

#ca729a Color Hex

#CA729A
(202,114,154)
0 Favorites   0 Comments

Color spaces of #ca729a

RGB 202114154
HSL0.920.450.62
HSV333°44°79°
CMYK 0.000.440.24   0.21
XYZ36.207226.924333.8604
Yxy26.92430.37330.2776
Hunter Lab51.888633.7498-2.3682
CIE-Lab58.904239.5933-6.3553

#ca729a color RGB value is (202,114,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110010 10011010
Octal 312 162 232
Decimal 202 114 154
Hex CA 72 9A

RGB Percentages of Color #ca729a

%42.98
%24.26
%32.77

CMYK Percentages of Color #ca729a

%0
%44
%24
%21

Triadic Colors of #ca729a

#ca729a #9aca72 #729aca

Analogous Colors of #ca729a

#ca729a #ca7672 #ca72c6

Monochromatic Colors of #ca729a

#ca729a

Complementary Color

#ca729a #72caa2

#ca729a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca729a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca729a Color CSS Codes

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

#ca729a Text Font Color

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

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


#ca729a Background Color

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

This div background color is #ca729a


#ca729a Border Color

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

This div border color is #ca729a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca729a


Comments

No comments written yet.

Please login to write comment.