Color Hex Logo

#ca57ad Color Hex

#CA57AD
(202,87,173)
0 Favorites   0 Comments

Color spaces of #ca57ad

RGB 20287173
HSL0.880.520.57
HSV315°57°79°
CMYK 0.000.570.14   0.21
XYZ35.308122.390141.9959
Yxy22.39010.35420.2246
Hunter Lab47.318250.3872-19.4984
CIE-Lab54.438555.8167-24.1379

#ca57ad color RGB value is (202,87,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010111 10101101
Octal 312 127 255
Decimal 202 87 173
Hex CA 57 AD

RGB Percentages of Color #ca57ad

%43.72
%18.83
%37.45

CMYK Percentages of Color #ca57ad

%0
%57
%14
%21

Triadic Colors of #ca57ad

#ca57ad #adca57 #57adca

Analogous Colors of #ca57ad

#ca57ad #ca5774 #ae57ca

Monochromatic Colors of #ca57ad

#ca57ad

Complementary Color

#ca57ad #57ca74

#ca57ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca57ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca57ad Color CSS Codes

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

#ca57ad Text Font Color

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

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


#ca57ad Background Color

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

This div background color is #ca57ad


#ca57ad Border Color

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

This div border color is #ca57ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca57ad


Comments

No comments written yet.

Please login to write comment.