Color Hex Logo

#ca56ad Color Hex

#CA56AD
(202,86,173)
0 Favorites   0 Comments

Color spaces of #ca56ad

RGB 20286173
HSL0.880.520.56
HSV315°57°79°
CMYK 0.000.570.14   0.21
XYZ35.227722.229341.9691
Yxy22.22930.35430.2236
Hunter Lab47.148050.8615-19.7739
CIE-Lab54.269556.2722-24.3983

#ca56ad color RGB value is (202,86,173).

#ca56ad hex color red value is 202, green value is 86 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ca56ad hue: 0.88 , saturation: 0.52 and the lightness value of ca56ad is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010110 10101101
Octal 312 126 255
Decimal 202 86 173
Hex CA 56 AD

RGB Percentages of Color #ca56ad

%43.82
%18.66
%37.53

CMYK Percentages of Color #ca56ad

%0
%57
%14
%21

Triadic Colors of #ca56ad

#ca56ad #adca56 #56adca

Analogous Colors of #ca56ad

#ca56ad #ca5673 #ad56ca

Monochromatic Colors of #ca56ad

#ca56ad

Complementary Color

#ca56ad #56ca73

#ca56ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca56ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca56ad Color CSS Codes

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

#ca56ad Text Font Color

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

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


#ca56ad Background Color

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

This div background color is #ca56ad


#ca56ad Border Color

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

This div border color is #ca56ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca56ad


Comments

No comments written yet.

Please login to write comment.