Color Hex Logo

#e010ca Color Hex

#E010CA
(224,16,202)
0 Favorites   0 Comments

Color spaces of #e010ca

RGB 22416202
HSL0.850.870.47
HSV306°93°88°
CMYK 0.000.930.10   0.12
XYZ41.586420.482157.6387
Yxy20.48210.34740.1711
Hunter Lab45.257284.8221-43.8307
CIE-Lab52.378084.8512-43.8956

#e010ca color RGB value is (224,16,202).

#e010ca hex color red value is 224, green value is 16 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e010ca hue: 0.85 , saturation: 0.87 and the lightness value of e010ca is 0.47.

The process color (four color CMYK) of #e010ca color hex is 0.00, 0.93, 0.10, 0.12. Web safe color of #e010ca is #cc00cc. Color #e010ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010000 11001010
Octal 340 20 312
Decimal 224 16 202
Hex E0 10 CA

RGB Percentages of Color #e010ca

%50.68
%3.62
%45.70

CMYK Percentages of Color #e010ca

%0
%93
%10
%12

Triadic Colors of #e010ca

#e010ca #cae010 #10cae0

Analogous Colors of #e010ca

#e010ca #e01062 #8e10e0

Monochromatic Colors of #e010ca

#e010ca

Complementary Color

#e010ca #10e026

#e010ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e010ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e010ca Color CSS Codes

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

#e010ca Text Font Color

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

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


#e010ca Background Color

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

This div background color is #e010ca


#e010ca Border Color

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

This div border color is #e010ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,16,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 #e010ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e010ca


Comments

No comments written yet.

Please login to write comment.