Color Hex Logo

#ca585e Color Hex

#CA585E
(202,88,94)
0 Favorites   0 Comments

Color spaces of #ca585e

RGB 2028894
HSL0.990.520.57
HSV357°56°79°
CMYK 0.000.560.53   0.21
XYZ29.867220.344212.9423
Yxy20.34420.47290.3221
Hunter Lab45.104539.265714.5605
CIE-Lab52.224245.859719.2916

#ca585e color RGB value is (202,88,94).

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

The process color (four color CMYK) of #ca585e color hex is 0.00, 0.56, 0.53, 0.21. Web safe color of #ca585e is #cc6666. Color #ca585e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011000 01011110
Octal 312 130 136
Decimal 202 88 94
Hex CA 58 5E

RGB Percentages of Color #ca585e

%52.60
%22.92
%24.48

CMYK Percentages of Color #ca585e

%0
%56
%53
%21

Triadic Colors of #ca585e

#ca585e #5eca58 #585eca

Analogous Colors of #ca585e

#ca585e #ca8b58 #ca5897

Monochromatic Colors of #ca585e

#ca585e

Complementary Color

#ca585e #58cac4

#ca585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca585e Color CSS Codes

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

#ca585e Text Font Color

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

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


#ca585e Background Color

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

This div background color is #ca585e


#ca585e Border Color

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

This div border color is #ca585e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca585e


Comments

No comments written yet.

Please login to write comment.