Color Hex Logo

#e03bdb Color Hex

#E03BDB
(224,59,219)
0 Favorites   0 Comments

Color spaces of #e03bdb

RGB 22459219
HSL0.840.730.55
HSV302°74°88°
CMYK 0.000.740.02   0.12
XYZ45.090624.089769.2911
Yxy24.08970.32560.1740
Hunter Lab49.081378.0945-49.3465
CIE-Lab56.177578.8494-47.5854

#e03bdb color RGB value is (224,59,219).

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

The process color (four color CMYK) of #e03bdb color hex is 0.00, 0.74, 0.02, 0.12. Web safe color of #e03bdb is #cc33cc. Color #e03bdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111011 11011011
Octal 340 73 333
Decimal 224 59 219
Hex E0 3B DB

RGB Percentages of Color #e03bdb

%44.62
%11.75
%43.63

CMYK Percentages of Color #e03bdb

%0
%74
%2
%12

Triadic Colors of #e03bdb

#e03bdb #dbe03b #3bdbe0

Analogous Colors of #e03bdb

#e03bdb #e03b89 #933be0

Monochromatic Colors of #e03bdb

#e03bdb

Complementary Color

#e03bdb #3be040

#e03bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03bdb Color CSS Codes

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

#e03bdb Text Font Color

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

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


#e03bdb Background Color

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

This div background color is #e03bdb


#e03bdb Border Color

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

This div border color is #e03bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03bdb


Comments

No comments written yet.

Please login to write comment.