Color Hex Logo

#ed00eb Color Hex

#ED00EB
(237,0,235)
0 Favorites   0 Comments

Color spaces of #ed00eb

RGB 2370235
HSL0.831.000.46
HSV301°100°93°
CMYK 0.001.000.01   0.07
XYZ49.920424.002780.5991
Yxy24.00270.32310.1553
Hunter Lab48.992696.1436-63.2450
CIE-Lab56.090592.6781-56.6261

#ed00eb color RGB value is (237,0,235).

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

The process color (four color CMYK) of #ed00eb color hex is 0.00, 1.00, 0.01, 0.07. Web safe color of #ed00eb is #ff00ff. Color #ed00eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000000 11101011
Octal 355 0 353
Decimal 237 0 235
Hex ED 0 EB

RGB Percentages of Color #ed00eb

%50.21
%0.00
%49.79

CMYK Percentages of Color #ed00eb

%0
%100
%1
%7

Triadic Colors of #ed00eb

#ed00eb #ebed00 #00ebed

Analogous Colors of #ed00eb

#ed00eb #ed0075 #7900ed

Monochromatic Colors of #ed00eb

#ed00eb

Complementary Color

#ed00eb #00ed02

#ed00eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed00eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed00eb Color CSS Codes

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

#ed00eb Text Font Color

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

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


#ed00eb Background Color

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

This div background color is #ed00eb


#ed00eb Border Color

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

This div border color is #ed00eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed00eb


Comments

No comments written yet.

Please login to write comment.