Color Hex Logo

#e00bdf Color Hex

#E00BDF
(224,11,223)
0 Favorites   0 Comments

Color spaces of #e00bdf

RGB 22411223
HSL0.830.910.46
HSV300°95°88°
CMYK 0.000.950.00   0.12
XYZ44.179421.414471.6169
Yxy21.41440.32200.1561
Hunter Lab46.275789.4315-59.3650
CIE-Lab53.400188.1763-54.2776

#e00bdf color RGB value is (224,11,223).

#e00bdf hex color red value is 224, green value is 11 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e00bdf hue: 0.83 , saturation: 0.91 and the lightness value of e00bdf is 0.46.

The process color (four color CMYK) of #e00bdf color hex is 0.00, 0.95, 0.00, 0.12. Web safe color of #e00bdf is #cc00cc. Color #e00bdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001011 11011111
Octal 340 13 337
Decimal 224 11 223
Hex E0 B DF

RGB Percentages of Color #e00bdf

%48.91
%2.40
%48.69

CMYK Percentages of Color #e00bdf

%0
%95
%0
%12

Triadic Colors of #e00bdf

#e00bdf #dfe00b #0bdfe0

Analogous Colors of #e00bdf

#e00bdf #e00b75 #770be0

Monochromatic Colors of #e00bdf

#e00bdf

Complementary Color

#e00bdf #0be00c

#e00bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00bdf Color CSS Codes

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

#e00bdf Text Font Color

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

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


#e00bdf Background Color

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

This div background color is #e00bdf


#e00bdf Border Color

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

This div border color is #e00bdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,11,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e00bdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e00bdf;
  -webkit-box-shadow: 1px 1px 3px 2px #e00bdf;
  box-shadow:         1px 1px 3px 2px #e00bdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,11,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00bdf


Comments

No comments written yet.

Please login to write comment.