Color Hex Logo

#ca577d Color Hex

#CA577D
(202,87,125)
0 Favorites   0 Comments

Color spaces of #ca577d

RGB 20287125
HSL0.940.520.57
HSV340°57°79°
CMYK 0.000.570.38   0.21
XYZ31.467020.853621.7687
Yxy20.85360.42470.2815
Hunter Lab45.665743.08443.7027
CIE-Lab52.788949.38961.6550

#ca577d color RGB value is (202,87,125).

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

The process color (four color CMYK) of #ca577d color hex is 0.00, 0.57, 0.38, 0.21. Web safe color of #ca577d is #cc6666. Color #ca577d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010111 01111101
Octal 312 127 175
Decimal 202 87 125
Hex CA 57 7D

RGB Percentages of Color #ca577d

%48.79
%21.01
%30.19

CMYK Percentages of Color #ca577d

%0
%57
%38
%21

Triadic Colors of #ca577d

#ca577d #7dca57 #577dca

Analogous Colors of #ca577d

#ca577d #ca6b57 #ca57b7

Monochromatic Colors of #ca577d

#ca577d

Complementary Color

#ca577d #57caa4

#ca577d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca577d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca577d Color CSS Codes

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

#ca577d Text Font Color

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

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


#ca577d Background Color

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

This div background color is #ca577d


#ca577d Border Color

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

This div border color is #ca577d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca577d


Comments

No comments written yet.

Please login to write comment.