Color Hex Logo

#ca5464 Color Hex

#CA5464
(202,84,100)
0 Favorites   0 Comments

Color spaces of #ca5464

RGB 20284100
HSL0.980.530.56
HSV352°58°79°
CMYK 0.000.580.50   0.21
XYZ29.827719.817314.3096
Yxy19.81730.46640.3099
Hunter Lab44.516641.697212.1032
CIE-Lab51.630048.270814.9195

#ca5464 color RGB value is (202,84,100).

#ca5464 hex color red value is 202, green value is 84 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ca5464 hue: 0.98 , saturation: 0.53 and the lightness value of ca5464 is 0.56.

The process color (four color CMYK) of #ca5464 color hex is 0.00, 0.58, 0.50, 0.21. Web safe color of #ca5464 is #cc6666. Color #ca5464 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010100 01100100
Octal 312 124 144
Decimal 202 84 100
Hex CA 54 64

RGB Percentages of Color #ca5464

%52.33
%21.76
%25.91

CMYK Percentages of Color #ca5464

%0
%58
%50
%21

Triadic Colors of #ca5464

#ca5464 #64ca54 #5464ca

Analogous Colors of #ca5464

#ca5464 #ca7f54 #ca549f

Monochromatic Colors of #ca5464

#ca5464

Complementary Color

#ca5464 #54caba

#ca5464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5464 Color CSS Codes

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

#ca5464 Text Font Color

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

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


#ca5464 Background Color

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

This div background color is #ca5464


#ca5464 Border Color

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

This div border color is #ca5464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5464


Comments

No comments written yet.

Please login to write comment.