Color Hex Logo

#e61edc Color Hex

#E61EDC
(230,30,220)
0 Favorites   0 Comments

Color spaces of #e61edc

RGB 23030220
HSL0.840.800.51
HSV303°87°90°
CMYK 0.000.870.04   0.10
XYZ46.015722.918869.7086
Yxy22.91880.33190.1653
Hunter Lab47.873687.7940-52.8205
CIE-Lab54.988686.6227-49.9800

#e61edc color RGB value is (230,30,220).

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

The process color (four color CMYK) of #e61edc color hex is 0.00, 0.87, 0.04, 0.10. Web safe color of #e61edc is #ff33cc. Color #e61edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011110 11011100
Octal 346 36 334
Decimal 230 30 220
Hex E6 1E DC

RGB Percentages of Color #e61edc

%47.92
%6.25
%45.83

CMYK Percentages of Color #e61edc

%0
%87
%4
%10

Triadic Colors of #e61edc

#e61edc #dce61e #1edce6

Analogous Colors of #e61edc

#e61edc #e61e78 #8c1ee6

Monochromatic Colors of #e61edc

#e61edc

Complementary Color

#e61edc #1ee628

#e61edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61edc Color CSS Codes

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

#e61edc Text Font Color

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

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


#e61edc Background Color

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

This div background color is #e61edc


#e61edc Border Color

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

This div border color is #e61edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61edc


Comments

No comments written yet.

Please login to write comment.