Color Hex Logo

#e617dd Color Hex

#E617DD
(230,23,221)
0 Favorites   0 Comments

Color spaces of #e617dd

RGB 23023221
HSL0.840.820.50
HSV303°90°90°
CMYK 0.000.900.04   0.10
XYZ45.990722.656270.3557
Yxy22.65620.33090.1630
Hunter Lab47.598589.1730-54.3180
CIE-Lab54.716487.7247-50.9810

#e617dd color RGB value is (230,23,221).

#e617dd hex color red value is 230, green value is 23 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e617dd hue: 0.84 , saturation: 0.82 and the lightness value of e617dd is 0.50.

The process color (four color CMYK) of #e617dd color hex is 0.00, 0.90, 0.04, 0.10. Web safe color of #e617dd is #ff00cc. Color #e617dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010111 11011101
Octal 346 27 335
Decimal 230 23 221
Hex E6 17 DD

RGB Percentages of Color #e617dd

%48.52
%4.85
%46.62

CMYK Percentages of Color #e617dd

%0
%90
%4
%10

Triadic Colors of #e617dd

#e617dd #dde617 #17dde6

Analogous Colors of #e617dd

#e617dd #e61776 #8817e6

Monochromatic Colors of #e617dd

#e617dd

Complementary Color

#e617dd #17e620

#e617dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e617dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e617dd Color CSS Codes

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

#e617dd Text Font Color

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

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


#e617dd Background Color

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

This div background color is #e617dd


#e617dd Border Color

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

This div border color is #e617dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e617dd


Comments

No comments written yet.

Please login to write comment.