color codes Logo

#e00bdb color codes

#E00BDB
(224,11,219)
0 Favorites   0 Comments

Color spaces of #e00bdb

RGB 22411219
HSL0.840.910.46
HSV301°95°88°
CMYK 0.000.950.02   0.12
XYZ43.646321.201168.8096
Yxy21.20110.32660.1586
Hunter Lab46.044788.6242-56.3723
CIE-Lab53.168987.6086-52.3732

#e00bdb color RGB value is (224,11,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001011 11011011
Octal 340 13 333
Decimal 224 11 219
Hex E0 B DB

RGB Percentages of Color #e00bdb

%49.34
%2.42
%48.24

CMYK Percentages of Color #e00bdb

%0
%95
%2
%12

Triadic Colors of #e00bdb

#e00bdb #dbe00b #0bdbe0

Analogous Colors of #e00bdb

#e00bdb #e00b71 #7b0be0

Monochromatic Colors of #e00bdb

#e00bdb

Complementary Color

#e00bdb #0be010

#e00bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00bdb Color CSS Codes

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

#e00bdb Text Font Color

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

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


#e00bdb Background Color

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

This div background color is #e00bdb


#e00bdb Border Color

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

This div border color is #e00bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00bdb


Comments

No comments written yet.

Please login to write comment.