Color Hex Logo

#ca578d Color Hex

#CA578D
(202,87,141)
1 Favorites   0 Comments

Color spaces of #ca578d

RGB 20287141
HSL0.920.520.57
HSV332°57°79°
CMYK 0.000.570.30   0.21
XYZ32.573021.296027.5931
Yxy21.29600.39990.2614
Hunter Lab46.147645.2349-3.1480
CIE-Lab53.271951.3134-7.1296

#ca578d color RGB value is (202,87,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010111 10001101
Octal 312 127 215
Decimal 202 87 141
Hex CA 57 8D

RGB Percentages of Color #ca578d

%46.98
%20.23
%32.79

CMYK Percentages of Color #ca578d

%0
%57
%30
%21

Triadic Colors of #ca578d

#ca578d #8dca57 #578dca

Analogous Colors of #ca578d

#ca578d #ca5a57 #ca57c7

Monochromatic Colors of #ca578d

#ca578d

Complementary Color

#ca578d #57ca94

#ca578d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca578d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca578d Color CSS Codes

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

#ca578d Text Font Color

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

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


#ca578d Background Color

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

This div background color is #ca578d


#ca578d Border Color

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

This div border color is #ca578d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca578d


Comments

No comments written yet.

Please login to write comment.