Color Hex Logo

#ca729b Color Hex

#CA729B
(202,114,155)
0 Favorites   0 Comments

Color spaces of #ca729b

RGB 202114155
HSL0.920.450.62
HSV332°44°79°
CMYK 0.000.440.23   0.21
XYZ36.290826.957734.3010
Yxy26.95770.37200.2763
Hunter Lab51.920833.9038-2.8248
CIE-Lab58.935239.7386-6.8871

#ca729b color RGB value is (202,114,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110010 10011011
Octal 312 162 233
Decimal 202 114 155
Hex CA 72 9B

RGB Percentages of Color #ca729b

%42.89
%24.20
%32.91

CMYK Percentages of Color #ca729b

%0
%44
%23
%21

Triadic Colors of #ca729b

#ca729b #9bca72 #729bca

Analogous Colors of #ca729b

#ca729b #ca7572 #ca72c7

Monochromatic Colors of #ca729b

#ca729b

Complementary Color

#ca729b #72caa1

#ca729b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca729b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca729b Color CSS Codes

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

#ca729b Text Font Color

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

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


#ca729b Background Color

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

This div background color is #ca729b


#ca729b Border Color

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

This div border color is #ca729b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca729b


Comments

No comments written yet.

Please login to write comment.