Color Hex Logo

#e617da Color Hex

#E617DA
(230,23,218)
0 Favorites   0 Comments

Color spaces of #e617da

RGB 23023218
HSL0.840.820.50
HSV303°90°90°
CMYK 0.000.900.05   0.10
XYZ45.594422.497768.2691
Yxy22.49770.33440.1650
Hunter Lab47.431788.5800-52.1346
CIE-Lab54.551187.3065-49.5395

#e617da color RGB value is (230,23,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010111 11011010
Octal 346 27 332
Decimal 230 23 218
Hex E6 17 DA

RGB Percentages of Color #e617da

%48.83
%4.88
%46.28

CMYK Percentages of Color #e617da

%0
%90
%5
%10

Triadic Colors of #e617da

#e617da #dae617 #17dae6

Analogous Colors of #e617da

#e617da #e61773 #8b17e6

Monochromatic Colors of #e617da

#e617da

Complementary Color

#e617da #17e623

#e617da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e617da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e617da Color CSS Codes

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

#e617da Text Font Color

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

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


#e617da Background Color

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

This div background color is #e617da


#e617da Border Color

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

This div border color is #e617da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e617da


Comments

No comments written yet.

Please login to write comment.