Color Hex Logo

#ed00ef Color Hex

#ED00EF
(237,0,239)
0 Favorites   0 Comments

Color spaces of #ed00ef

RGB 2370239
HSL0.831.000.47
HSV299°100°94°
CMYK 0.011.000.00   0.06
XYZ50.505024.236583.6776
Yxy24.23650.31880.1530
Hunter Lab49.230696.9673-66.3143
CIE-Lab56.323893.2411-58.4985

#ed00ef color RGB value is (237,0,239).

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

The process color (four color CMYK) of #ed00ef color hex is 0.01, 1.00, 0.00, 0.06. Web safe color of #ed00ef is #ff00ff. Color #ed00ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000000 11101111
Octal 355 0 357
Decimal 237 0 239
Hex ED 0 EF

RGB Percentages of Color #ed00ef

%49.79
%0.00
%50.21

CMYK Percentages of Color #ed00ef

%1
%100
%0
%6

Triadic Colors of #ed00ef

#ed00ef #efed00 #00efed

Analogous Colors of #ed00ef

#ed00ef #ef007a #7600ef

Monochromatic Colors of #ed00ef

#ed00ef

Complementary Color

#ed00ef #02ef00

#ed00ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed00ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed00ef Color CSS Codes

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

#ed00ef Text Font Color

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

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


#ed00ef Background Color

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

This div background color is #ed00ef


#ed00ef Border Color

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

This div border color is #ed00ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed00ef


Comments

No comments written yet.

Please login to write comment.