Color Hex Logo

#e115dc Color Hex

#E115DC
(225,21,220)
0 Favorites   0 Comments

Color spaces of #e115dc

RGB 22521220
HSL0.840.830.48
HSV301°91°88°
CMYK 0.000.910.02   0.12
XYZ44.237821.711269.5692
Yxy21.71120.32640.1602
Hunter Lab46.595387.9271-55.9064
CIE-Lab53.719286.9712-52.0536

#e115dc color RGB value is (225,21,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010101 11011100
Octal 341 25 334
Decimal 225 21 220
Hex E1 15 DC

RGB Percentages of Color #e115dc

%48.28
%4.51
%47.21

CMYK Percentages of Color #e115dc

%0
%91
%2
%12

Triadic Colors of #e115dc

#e115dc #dce115 #15dce1

Analogous Colors of #e115dc

#e115dc #e11576 #8015e1

Monochromatic Colors of #e115dc

#e115dc

Complementary Color

#e115dc #15e11a

#e115dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e115dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e115dc Color CSS Codes

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

#e115dc Text Font Color

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

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


#e115dc Background Color

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

This div background color is #e115dc


#e115dc Border Color

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

This div border color is #e115dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e115dc


Comments

No comments written yet.

Please login to write comment.