Color Hex Logo

#ca72ad Color Hex

#CA72AD
(202,114,173)
0 Favorites   0 Comments

Color spaces of #ca72ad

RGB 202114173
HSL0.890.450.62
HSV320°44°79°
CMYK 0.000.440.14   0.21
XYZ37.917327.608342.8656
Yxy27.60830.34980.2547
Hunter Lab52.543636.8605-11.5889
CIE-Lab59.533242.5009-16.3520

#ca72ad color RGB value is (202,114,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110010 10101101
Octal 312 162 255
Decimal 202 114 173
Hex CA 72 AD

RGB Percentages of Color #ca72ad

%41.31
%23.31
%35.38

CMYK Percentages of Color #ca72ad

%0
%44
%14
%21

Triadic Colors of #ca72ad

#ca72ad #adca72 #72adca

Analogous Colors of #ca72ad

#ca72ad #ca7281 #bb72ca

Monochromatic Colors of #ca72ad

#ca72ad

Complementary Color

#ca72ad #72ca8f

#ca72ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca72ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca72ad Color CSS Codes

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

#ca72ad Text Font Color

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

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


#ca72ad Background Color

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

This div background color is #ca72ad


#ca72ad Border Color

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

This div border color is #ca72ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca72ad


Comments

No comments written yet.

Please login to write comment.