Color Hex Logo

#ca5470 Color Hex

#CA5470
(202,84,112)
0 Favorites   0 Comments

Color spaces of #ca5470

RGB 20284112
HSL0.960.530.56
HSV346°58°79°
CMYK 0.000.580.45   0.21
XYZ30.452120.067117.5976
Yxy20.06710.44710.2946
Hunter Lab44.796342.94908.0662
CIE-Lab51.913049.40568.1496

#ca5470 color RGB value is (202,84,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010100 01110000
Octal 312 124 160
Decimal 202 84 112
Hex CA 54 70

RGB Percentages of Color #ca5470

%50.75
%21.11
%28.14

CMYK Percentages of Color #ca5470

%0
%58
%45
%21

Triadic Colors of #ca5470

#ca5470 #70ca54 #5470ca

Analogous Colors of #ca5470

#ca5470 #ca7354 #ca54ab

Monochromatic Colors of #ca5470

#ca5470

Complementary Color

#ca5470 #54caae

#ca5470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5470 Color CSS Codes

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

#ca5470 Text Font Color

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

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


#ca5470 Background Color

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

This div background color is #ca5470


#ca5470 Border Color

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

This div border color is #ca5470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5470


Comments

No comments written yet.

Please login to write comment.