Color Hex Logo

#e015c4 Color Hex

#E015C4
(224,21,196)
0 Favorites   0 Comments

Color spaces of #e015c4

RGB 22421196
HSL0.860.830.48
HSV308°91°88°
CMYK 0.000.910.13   0.12
XYZ40.972420.369153.9967
Yxy20.36910.35520.1766
Hunter Lab45.132183.0668-39.3429
CIE-Lab52.252083.5168-40.6308

#e015c4 color RGB value is (224,21,196).

#e015c4 hex color red value is 224, green value is 21 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #e015c4 hue: 0.86 , saturation: 0.83 and the lightness value of e015c4 is 0.48.

The process color (four color CMYK) of #e015c4 color hex is 0.00, 0.91, 0.13, 0.12. Web safe color of #e015c4 is #cc00cc. Color #e015c4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010101 11000100
Octal 340 25 304
Decimal 224 21 196
Hex E0 15 C4

RGB Percentages of Color #e015c4

%50.79
%4.76
%44.44

CMYK Percentages of Color #e015c4

%0
%91
%13
%12

Triadic Colors of #e015c4

#e015c4 #c4e015 #15c4e0

Analogous Colors of #e015c4

#e015c4 #e0155f #9715e0

Monochromatic Colors of #e015c4

#e015c4

Complementary Color

#e015c4 #15e031

#e015c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e015c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e015c4 Color CSS Codes

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

#e015c4 Text Font Color

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

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


#e015c4 Background Color

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

This div background color is #e015c4


#e015c4 Border Color

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

This div border color is #e015c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e015c4


Comments

No comments written yet.

Please login to write comment.