Color Hex Logo

#e043ca Color Hex

#E043CA
(224,67,202)
0 Favorites   0 Comments

Color spaces of #e043ca

RGB 22467202
HSL0.860.720.57
HSV308°70°88°
CMYK 0.000.700.10   0.12
XYZ43.408324.125958.2460
Yxy24.12590.34510.1918
Hunter Lab49.118171.7932-35.9255
CIE-Lab56.213673.7823-37.8486

#e043ca color RGB value is (224,67,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000011 11001010
Octal 340 103 312
Decimal 224 67 202
Hex E0 43 CA

RGB Percentages of Color #e043ca

%45.44
%13.59
%40.97

CMYK Percentages of Color #e043ca

%0
%70
%10
%12

Triadic Colors of #e043ca

#e043ca #cae043 #43cae0

Analogous Colors of #e043ca

#e043ca #e0437c #a843e0

Monochromatic Colors of #e043ca

#e043ca

Complementary Color

#e043ca #43e059

#e043ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e043ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e043ca Color CSS Codes

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

#e043ca Text Font Color

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

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


#e043ca Background Color

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

This div background color is #e043ca


#e043ca Border Color

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

This div border color is #e043ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e043ca


Comments

No comments written yet.

Please login to write comment.