Color Hex Logo

#e038ca Color Hex

#E038CA
(224,56,202)
0 Favorites   0 Comments

Color spaces of #e038ca

RGB 22456202
HSL0.860.730.55
HSV308°75°88°
CMYK 0.000.750.10   0.12
XYZ42.815322.939958.0483
Yxy22.93990.34580.1853
Hunter Lab47.895675.7491-38.3311
CIE-Lab55.010477.2073-39.7393

#e038ca color RGB value is (224,56,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111000 11001010
Octal 340 70 312
Decimal 224 56 202
Hex E0 38 CA

RGB Percentages of Color #e038ca

%46.47
%11.62
%41.91

CMYK Percentages of Color #e038ca

%0
%75
%10
%12

Triadic Colors of #e038ca

#e038ca #cae038 #38cae0

Analogous Colors of #e038ca

#e038ca #e03876 #a238e0

Monochromatic Colors of #e038ca

#e038ca

Complementary Color

#e038ca #38e04e

#e038ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e038ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e038ca Color CSS Codes

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

#e038ca Text Font Color

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

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


#e038ca Background Color

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

This div background color is #e038ca


#e038ca Border Color

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

This div border color is #e038ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e038ca


Comments

No comments written yet.

Please login to write comment.