Color Hex Logo

#e060ca Color Hex

#E060CA
(224,96,202)
0 Favorites   0 Comments

Color spaces of #e060ca

RGB 22496202
HSL0.860.670.63
HSV310°57°88°
CMYK 0.000.570.10   0.12
XYZ45.584028.477358.9712
Yxy28.47730.34270.2141
Hunter Lab53.364159.0887-28.1648
CIE-Lab60.317562.4216-31.4440

#e060ca color RGB value is (224,96,202).

#e060ca hex color red value is 224, green value is 96 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e060ca hue: 0.86 , saturation: 0.67 and the lightness value of e060ca is 0.63.

The process color (four color CMYK) of #e060ca color hex is 0.00, 0.57, 0.10, 0.12. Web safe color of #e060ca is #cc66cc. Color #e060ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100000 11001010
Octal 340 140 312
Decimal 224 96 202
Hex E0 60 CA

RGB Percentages of Color #e060ca

%42.91
%18.39
%38.70

CMYK Percentages of Color #e060ca

%0
%57
%10
%12

Triadic Colors of #e060ca

#e060ca #cae060 #60cae0

Analogous Colors of #e060ca

#e060ca #e0608a #b660e0

Monochromatic Colors of #e060ca

#e060ca

Complementary Color

#e060ca #60e076

#e060ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e060ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e060ca Color CSS Codes

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

#e060ca Text Font Color

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

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


#e060ca Background Color

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

This div background color is #e060ca


#e060ca Border Color

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

This div border color is #e060ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e060ca


Comments

No comments written yet.

Please login to write comment.