Color Hex Logo

#ed00bf Color Hex

#ED00BF
(237,0,191)
0 Favorites   0 Comments

Color spaces of #ed00bf

RGB 2370191
HSL0.871.000.46
HSV312°100°93°
CMYK 0.001.000.19   0.07
XYZ44.329021.766151.1551
Yxy21.76610.37810.1856
Hunter Lab46.654287.9591-32.3521
CIE-Lab53.777986.9842-35.1726

#ed00bf color RGB value is (237,0,191).

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

The process color (four color CMYK) of #ed00bf color hex is 0.00, 1.00, 0.19, 0.07. Web safe color of #ed00bf is #ff00cc. Color #ed00bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000000 10111111
Octal 355 0 277
Decimal 237 0 191
Hex ED 0 BF

RGB Percentages of Color #ed00bf

%55.37
%0.00
%44.63

CMYK Percentages of Color #ed00bf

%0
%100
%19
%7

Triadic Colors of #ed00bf

#ed00bf #bfed00 #00bfed

Analogous Colors of #ed00bf

#ed00bf #ed0048 #a500ed

Monochromatic Colors of #ed00bf

#ed00bf

Complementary Color

#ed00bf #00ed2e

#ed00bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed00bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed00bf Color CSS Codes

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

#ed00bf Text Font Color

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

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


#ed00bf Background Color

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

This div background color is #ed00bf


#ed00bf Border Color

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

This div border color is #ed00bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed00bf


Comments

No comments written yet.

Please login to write comment.