Color Hex Logo

#e613da Color Hex

#E613DA
(230,19,218)
0 Favorites   0 Comments

Color spaces of #e613da

RGB 23019218
HSL0.840.850.49
HSV303°92°90°
CMYK 0.000.920.05   0.10
XYZ45.520922.350768.2446
Yxy22.35070.33440.1642
Hunter Lab47.276589.1374-52.4927
CIE-Lab54.397187.7598-49.7845

#e613da color RGB value is (230,19,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010011 11011010
Octal 346 23 332
Decimal 230 19 218
Hex E6 13 DA

RGB Percentages of Color #e613da

%49.25
%4.07
%46.68

CMYK Percentages of Color #e613da

%0
%92
%5
%10

Triadic Colors of #e613da

#e613da #dae613 #13dae6

Analogous Colors of #e613da

#e613da #e61371 #8913e6

Monochromatic Colors of #e613da

#e613da

Complementary Color

#e613da #13e61f

#e613da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e613da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e613da Color CSS Codes

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

#e613da Text Font Color

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

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


#e613da Background Color

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

This div background color is #e613da


#e613da Border Color

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

This div border color is #e613da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,19,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e613da


Comments

No comments written yet.

Please login to write comment.