Color Hex Logo

#ca727a Color Hex

#CA727A
(202,114,122)
0 Favorites   0 Comments

Color spaces of #ca727a

RGB 202114122
HSL0.980.450.62
HSV355°44°79°
CMYK 0.000.440.40   0.21
XYZ33.887325.996321.6441
Yxy25.99630.41570.3189
Hunter Lab50.986629.410310.5216
CIE-Lab58.033535.433410.9210

#ca727a color RGB value is (202,114,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110010 01111010
Octal 312 162 172
Decimal 202 114 122
Hex CA 72 7A

RGB Percentages of Color #ca727a

%46.12
%26.03
%27.85

CMYK Percentages of Color #ca727a

%0
%44
%40
%21

Triadic Colors of #ca727a

#ca727a #7aca72 #727aca

Analogous Colors of #ca727a

#ca727a #ca9672 #ca72a6

Monochromatic Colors of #ca727a

#ca727a

Complementary Color

#ca727a #72cac2

#ca727a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca727a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca727a Color CSS Codes

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

#ca727a Text Font Color

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

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


#ca727a Background Color

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

This div background color is #ca727a


#ca727a Border Color

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

This div border color is #ca727a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca727a


Comments

No comments written yet.

Please login to write comment.