Color Hex Logo

#ed2eef Color Hex

#ED2EEF
(237,46,239)
0 Favorites   0 Comments

Color spaces of #ed2eef

RGB 23746239
HSL0.830.860.56
HSV299°81°94°
CMYK 0.010.810.00   0.06
XYZ51.482026.190584.0032
Yxy26.19050.31840.1620
Hunter Lab51.176790.0059-61.4971
CIE-Lab58.217487.6737-55.4710

#ed2eef color RGB value is (237,46,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101110 11101111
Octal 355 56 357
Decimal 237 46 239
Hex ED 2E EF

RGB Percentages of Color #ed2eef

%45.40
%8.81
%45.79

CMYK Percentages of Color #ed2eef

%1
%81
%0
%6

Triadic Colors of #ed2eef

#ed2eef #efed2e #2eefed

Analogous Colors of #ed2eef

#ed2eef #ef2e91 #8d2eef

Monochromatic Colors of #ed2eef

#ed2eef

Complementary Color

#ed2eef #30ef2e

#ed2eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2eef Color CSS Codes

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

#ed2eef Text Font Color

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

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


#ed2eef Background Color

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

This div background color is #ed2eef


#ed2eef Border Color

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

This div border color is #ed2eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2eef


Comments

No comments written yet.

Please login to write comment.