Color Hex Logo

#e301dd Color Hex

#E301DD
(227,1,221)
0 Favorites   0 Comments

Color spaces of #e301dd

RGB 2271221
HSL0.840.990.45
HSV302°100°89°
CMYK 0.001.000.03   0.11
XYZ44.740621.573170.2125
Yxy21.57310.32770.1580
Hunter Lab46.446990.6607-57.1144
CIE-Lab53.571189.0722-52.8383

#e301dd color RGB value is (227,1,221).

#e301dd hex color red value is 227, green value is 1 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e301dd hue: 0.84 , saturation: 0.99 and the lightness value of e301dd is 0.45.

The process color (four color CMYK) of #e301dd color hex is 0.00, 1.00, 0.03, 0.11. Web safe color of #e301dd is #cc00cc. Color #e301dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000001 11011101
Octal 343 1 335
Decimal 227 1 221
Hex E3 1 DD

RGB Percentages of Color #e301dd

%50.56
%0.22
%49.22

CMYK Percentages of Color #e301dd

%0
%100
%3
%11

Triadic Colors of #e301dd

#e301dd #dde301 #01dde3

Analogous Colors of #e301dd

#e301dd #e3016c #7801e3

Monochromatic Colors of #e301dd

#e301dd

Complementary Color

#e301dd #01e307

#e301dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e301dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e301dd Color CSS Codes

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

#e301dd Text Font Color

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

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


#e301dd Background Color

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

This div background color is #e301dd


#e301dd Border Color

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

This div border color is #e301dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,1,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e301dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e301dd;
  -webkit-box-shadow: 1px 1px 3px 2px #e301dd;
  box-shadow:         1px 1px 3px 2px #e301dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,1,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e301dd


Comments

No comments written yet.

Please login to write comment.