Color Hex Logo

#ca584e Color Hex

#CA584E
(202,88,78)
0 Favorites   0 Comments

Color spaces of #ca584e

RGB 2028878
HSL0.010.540.55
HSV61°79°
CMYK 0.000.560.61   0.21
XYZ29.222020.08619.5446
Yxy20.08610.49650.3413
Hunter Lab44.817537.955218.7455
CIE-Lab51.934444.643028.2841

#ca584e color RGB value is (202,88,78).

#ca584e hex color red value is 202, green value is 88 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ca584e hue: 0.01 , saturation: 0.54 and the lightness value of ca584e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011000 01001110
Octal 312 130 116
Decimal 202 88 78
Hex CA 58 4E

RGB Percentages of Color #ca584e

%54.89
%23.91
%21.20

CMYK Percentages of Color #ca584e

%0
%56
%61
%21

Triadic Colors of #ca584e

#ca584e #4eca58 #584eca

Analogous Colors of #ca584e

#ca584e #ca964e #ca4e82

Monochromatic Colors of #ca584e

#ca584e

Complementary Color

#ca584e #4ec0ca

#ca584e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca584e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca584e Color CSS Codes

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

#ca584e Text Font Color

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

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


#ca584e Background Color

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

This div background color is #ca584e


#ca584e Border Color

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

This div border color is #ca584e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca584e


Comments

No comments written yet.

Please login to write comment.