Color Hex Logo

#e047ca Color Hex

#E047CA
(224,71,202)
0 Favorites   0 Comments

Color spaces of #e047ca

RGB 22471202
HSL0.860.710.58
HSV309°68°88°
CMYK 0.000.680.10   0.12
XYZ43.654424.618058.3280
Yxy24.61800.34480.1945
Hunter Lab49.616570.2218-34.9683
CIE-Lab56.701372.4065-37.0839

#e047ca color RGB value is (224,71,202).

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

The process color (four color CMYK) of #e047ca color hex is 0.00, 0.68, 0.10, 0.12. Web safe color of #e047ca is #cc33cc. Color #e047ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000111 11001010
Octal 340 107 312
Decimal 224 71 202
Hex E0 47 CA

RGB Percentages of Color #e047ca

%45.07
%14.29
%40.64

CMYK Percentages of Color #e047ca

%0
%68
%10
%12

Triadic Colors of #e047ca

#e047ca #cae047 #47cae0

Analogous Colors of #e047ca

#e047ca #e0477e #aa47e0

Monochromatic Colors of #e047ca

#e047ca

Complementary Color

#e047ca #47e05d

#e047ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e047ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e047ca Color CSS Codes

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

#e047ca Text Font Color

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

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


#e047ca Background Color

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

This div background color is #e047ca


#e047ca Border Color

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

This div border color is #e047ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e047ca


Comments

No comments written yet.

Please login to write comment.