Color Hex Logo

#ca578f Color Hex

#CA578F
(202,87,143)
0 Favorites   0 Comments

Color spaces of #ca578f

RGB 20287143
HSL0.920.520.57
HSV331°57°79°
CMYK 0.000.570.29   0.21
XYZ32.723221.356128.3840
Yxy21.35610.39680.2590
Hunter Lab46.212745.5238-4.0673
CIE-Lab53.337051.5698-8.2152

#ca578f color RGB value is (202,87,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010111 10001111
Octal 312 127 217
Decimal 202 87 143
Hex CA 57 8F

RGB Percentages of Color #ca578f

%46.76
%20.14
%33.10

CMYK Percentages of Color #ca578f

%0
%57
%29
%21

Triadic Colors of #ca578f

#ca578f #8fca57 #578fca

Analogous Colors of #ca578f

#ca578f #ca5857 #ca57c9

Monochromatic Colors of #ca578f

#ca578f

Complementary Color

#ca578f #57ca92

#ca578f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca578f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca578f Color CSS Codes

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

#ca578f Text Font Color

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

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


#ca578f Background Color

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

This div background color is #ca578f


#ca578f Border Color

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

This div border color is #ca578f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca578f


Comments

No comments written yet.

Please login to write comment.