color codes Logo

#e619dd color codes

#E619DD
(230,25,221)
0 Favorites   0 Comments

Color spaces of #e619dd

RGB 23025221
HSL0.840.800.50
HSV303°89°90°
CMYK 0.000.890.04   0.10
XYZ46.031922.738770.3695
Yxy22.73870.33080.1634
Hunter Lab47.685188.8626-54.1154
CIE-Lab54.802287.4724-50.8445

#e619dd color RGB value is (230,25,221).

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

The process color (four color CMYK) of #e619dd color code is 0.00, 0.89, 0.04, 0.10. Web safe color of #e619dd is #ff00cc. Color #e619dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011001 11011101
Octal 346 31 335
Decimal 230 25 221
Hex E6 19 DD

RGB Percentages of Color #e619dd

%48.32
%5.25
%46.43

CMYK Percentages of Color #e619dd

%0
%89
%4
%10

Triadic Colors of #e619dd

#e619dd #dde619 #19dde6

Analogous Colors of #e619dd

#e619dd #e61977 #8919e6

Monochromatic Colors of #e619dd

#e619dd

Complementary Color

#e619dd #19e622

#e619dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e619dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e619dd Color CSS Codes

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

#e619dd Text Font Color

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

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


#e619dd Background Color

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

This div background color is #e619dd


#e619dd Border Color

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

This div border color is #e619dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e619dd


Comments

No comments written yet.

Please login to write comment.