Color Hex Logo

#ef2edd Color Hex

#EF2EDD
(239,46,221)
0 Favorites   0 Comments

Color spaces of #ef2edd

RGB 23946221
HSL0.850.860.56
HSV306°81°94°
CMYK 0.000.810.08   0.06
XYZ49.624725.525270.7179
Yxy25.52520.34020.1750
Hunter Lab50.522586.9138-47.6244
CIE-Lab57.583685.4442-46.3338

#ef2edd color RGB value is (239,46,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101110 11011101
Octal 357 56 335
Decimal 239 46 221
Hex EF 2E DD

RGB Percentages of Color #ef2edd

%47.23
%9.09
%43.68

CMYK Percentages of Color #ef2edd

%0
%81
%8
%6

Triadic Colors of #ef2edd

#ef2edd #ddef2e #2eddef

Analogous Colors of #ef2edd

#ef2edd #ef2e7d #a12eef

Monochromatic Colors of #ef2edd

#ef2edd

Complementary Color

#ef2edd #2eef40

#ef2edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2edd Color CSS Codes

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

#ef2edd Text Font Color

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

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


#ef2edd Background Color

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

This div background color is #ef2edd


#ef2edd Border Color

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

This div border color is #ef2edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2edd


Comments

No comments written yet.

Please login to write comment.