Color Hex Logo

#ef1edc Color Hex

#EF1EDC
(239,30,220)
0 Favorites   0 Comments

Color spaces of #ef1edc

RGB 23930220
HSL0.850.870.53
HSV305°87°94°
CMYK 0.000.870.08   0.06
XYZ48.979124.446669.8473
Yxy24.44660.34190.1706
Hunter Lab49.443590.2973-49.1467
CIE-Lab56.532288.2225-47.4329

#ef1edc color RGB value is (239,30,220).

#ef1edc hex color red value is 239, green value is 30 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ef1edc hue: 0.85 , saturation: 0.87 and the lightness value of ef1edc is 0.53.

The process color (four color CMYK) of #ef1edc color hex is 0.00, 0.87, 0.08, 0.06. Web safe color of #ef1edc is #ff33cc. Color #ef1edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011110 11011100
Octal 357 36 334
Decimal 239 30 220
Hex EF 1E DC

RGB Percentages of Color #ef1edc

%48.88
%6.13
%44.99

CMYK Percentages of Color #ef1edc

%0
%87
%8
%6

Triadic Colors of #ef1edc

#ef1edc #dcef1e #1edcef

Analogous Colors of #ef1edc

#ef1edc #ef1e74 #9a1eef

Monochromatic Colors of #ef1edc

#ef1edc

Complementary Color

#ef1edc #1eef31

#ef1edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1edc Color CSS Codes

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

#ef1edc Text Font Color

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

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


#ef1edc Background Color

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

This div background color is #ef1edc


#ef1edc Border Color

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

This div border color is #ef1edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1edc


Comments

No comments written yet.

Please login to write comment.