Color Hex Logo

#ef2ded Color Hex

#EF2DED
(239,45,237)
0 Favorites   0 Comments

Color spaces of #ef2ded

RGB 23945237
HSL0.840.860.56
HSV301°81°94°
CMYK 0.000.810.01   0.06
XYZ51.821126.341982.4740
Yxy26.34190.32260.1640
Hunter Lab51.324490.4100-59.3471
CIE-Lab58.360287.9513-54.1050

#ef2ded color RGB value is (239,45,237).

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

The process color (four color CMYK) of #ef2ded color hex is 0.00, 0.81, 0.01, 0.06. Web safe color of #ef2ded is #ff33ff. Color #ef2ded contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101101 11101101
Octal 357 55 355
Decimal 239 45 237
Hex EF 2D ED

RGB Percentages of Color #ef2ded

%45.87
%8.64
%45.49

CMYK Percentages of Color #ef2ded

%0
%81
%1
%6

Triadic Colors of #ef2ded

#ef2ded #edef2d #2dedef

Analogous Colors of #ef2ded

#ef2ded #ef2d8c #902def

Monochromatic Colors of #ef2ded

#ef2ded

Complementary Color

#ef2ded #2def2f

#ef2ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2ded Color CSS Codes

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

#ef2ded Text Font Color

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

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


#ef2ded Background Color

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

This div background color is #ef2ded


#ef2ded Border Color

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

This div border color is #ef2ded


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,45,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2ded


Comments

No comments written yet.

Please login to write comment.