Color Hex Logo

#e613dd Color Hex

#E613DD
(230,19,221)
0 Favorites   0 Comments

Color spaces of #e613dd

RGB 23019221
HSL0.840.850.49
HSV303°92°90°
CMYK 0.000.920.04   0.10
XYZ45.917122.509270.3312
Yxy22.50920.33090.1622
Hunter Lab47.443989.7290-54.6813
CIE-Lab54.563288.1759-51.2252

#e613dd color RGB value is (230,19,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010011 11011101
Octal 346 23 335
Decimal 230 19 221
Hex E6 13 DD

RGB Percentages of Color #e613dd

%48.94
%4.04
%47.02

CMYK Percentages of Color #e613dd

%0
%92
%4
%10

Triadic Colors of #e613dd

#e613dd #dde613 #13dde6

Analogous Colors of #e613dd

#e613dd #e61374 #8613e6

Monochromatic Colors of #e613dd

#e613dd

Complementary Color

#e613dd #13e61c

#e613dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e613dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e613dd Color CSS Codes

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

#e613dd Text Font Color

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

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


#e613dd Background Color

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

This div background color is #e613dd


#e613dd Border Color

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

This div border color is #e613dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e613dd


Comments

No comments written yet.

Please login to write comment.