Color Hex Logo

#ca5eaa Color Hex

#CA5EAA
(202,94,170)
0 Favorites   0 Comments

Color spaces of #ca5eaa

RGB 20294170
HSL0.880.500.58
HSV318°53°79°
CMYK 0.000.530.16   0.21
XYZ35.615523.464240.6821
Yxy23.46420.35700.2352
Hunter Lab48.439946.4727-15.8867
CIE-Lab55.547352.0774-20.6919

#ca5eaa color RGB value is (202,94,170).

#ca5eaa hex color red value is 202, green value is 94 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ca5eaa hue: 0.88 , saturation: 0.50 and the lightness value of ca5eaa is 0.58.

The process color (four color CMYK) of #ca5eaa color hex is 0.00, 0.53, 0.16, 0.21. Web safe color of #ca5eaa is #cc6699. Color #ca5eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011110 10101010
Octal 312 136 252
Decimal 202 94 170
Hex CA 5E AA

RGB Percentages of Color #ca5eaa

%43.35
%20.17
%36.48

CMYK Percentages of Color #ca5eaa

%0
%53
%16
%21

Triadic Colors of #ca5eaa

#ca5eaa #aaca5e #5eaaca

Analogous Colors of #ca5eaa

#ca5eaa #ca5e74 #b45eca

Monochromatic Colors of #ca5eaa

#ca5eaa

Complementary Color

#ca5eaa #5eca7e

#ca5eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5eaa Color CSS Codes

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

#ca5eaa Text Font Color

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

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


#ca5eaa Background Color

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

This div background color is #ca5eaa


#ca5eaa Border Color

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

This div border color is #ca5eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5eaa


Comments

No comments written yet.

Please login to write comment.