Color Hex Logo

#ed2cef Color Hex

#ED2CEF
(237,44,239)
0 Favorites   0 Comments

Color spaces of #ed2cef

RGB 23744239
HSL0.830.860.55
HSV299°82°94°
CMYK 0.010.820.00   0.06
XYZ51.405726.037983.9778
Yxy26.03790.31850.1613
Hunter Lab51.027390.5257-61.8568
CIE-Lab58.073088.0947-55.7015

#ed2cef color RGB value is (237,44,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101100 11101111
Octal 355 54 357
Decimal 237 44 239
Hex ED 2C EF

RGB Percentages of Color #ed2cef

%45.58
%8.46
%45.96

CMYK Percentages of Color #ed2cef

%1
%82
%0
%6

Triadic Colors of #ed2cef

#ed2cef #efed2c #2cefed

Analogous Colors of #ed2cef

#ed2cef #ef2c90 #8c2cef

Monochromatic Colors of #ed2cef

#ed2cef

Complementary Color

#ed2cef #2eef2c

#ed2cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2cef Color CSS Codes

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

#ed2cef Text Font Color

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

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


#ed2cef Background Color

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

This div background color is #ed2cef


#ed2cef Border Color

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

This div border color is #ed2cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2cef


Comments

No comments written yet.

Please login to write comment.