Color Hex Logo

#ca576d Color Hex

#CA576D
(202,87,109)
0 Favorites   0 Comments

Color spaces of #ca576d

RGB 20287109
HSL0.970.520.57
HSV349°57°79°
CMYK 0.000.570.46   0.21
XYZ30.525620.477116.8116
Yxy20.47710.45010.3020
Hunter Lab45.251641.22129.6491
CIE-Lab52.372447.700510.5884

#ca576d color RGB value is (202,87,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010111 01101101
Octal 312 127 155
Decimal 202 87 109
Hex CA 57 6D

RGB Percentages of Color #ca576d

%50.75
%21.86
%27.39

CMYK Percentages of Color #ca576d

%0
%57
%46
%21

Triadic Colors of #ca576d

#ca576d #6dca57 #576dca

Analogous Colors of #ca576d

#ca576d #ca7b57 #ca57a7

Monochromatic Colors of #ca576d

#ca576d

Complementary Color

#ca576d #57cab4

#ca576d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca576d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca576d Color CSS Codes

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

#ca576d Text Font Color

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

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


#ca576d Background Color

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

This div background color is #ca576d


#ca576d Border Color

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

This div border color is #ca576d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca576d


Comments

No comments written yet.

Please login to write comment.