Color Hex Logo

#ef1edd Color Hex

#EF1EDD
(239,30,221)
0 Favorites   0 Comments

Color spaces of #ef1edd

RGB 23930221
HSL0.850.870.53
HSV305°87°94°
CMYK 0.000.870.08   0.06
XYZ49.112024.499770.5470
Yxy24.49970.34070.1699
Hunter Lab49.497290.4909-49.8564
CIE-Lab56.584788.3586-47.9165

#ef1edd color RGB value is (239,30,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011110 11011101
Octal 357 36 335
Decimal 239 30 221
Hex EF 1E DD

RGB Percentages of Color #ef1edd

%48.78
%6.12
%45.10

CMYK Percentages of Color #ef1edd

%0
%87
%8
%6

Triadic Colors of #ef1edd

#ef1edd #ddef1e #1eddef

Analogous Colors of #ef1edd

#ef1edd #ef1e75 #991eef

Monochromatic Colors of #ef1edd

#ef1edd

Complementary Color

#ef1edd #1eef30

#ef1edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1edd Color CSS Codes

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

#ef1edd Text Font Color

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

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


#ef1edd Background Color

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

This div background color is #ef1edd


#ef1edd Border Color

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

This div border color is #ef1edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1edd


Comments

No comments written yet.

Please login to write comment.