Color Hex Logo

#e03bda Color Hex

#E03BDA
(224,59,218)
0 Favorites   0 Comments

Color spaces of #e03bda

RGB 22459218
HSL0.840.730.55
HSV302°74°88°
CMYK 0.000.740.03   0.12
XYZ44.959324.037268.5997
Yxy24.03720.32670.1747
Hunter Lab49.027777.8891-48.6392
CIE-Lab56.125078.6966-47.1017

#e03bda color RGB value is (224,59,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111011 11011010
Octal 340 73 332
Decimal 224 59 218
Hex E0 3B DA

RGB Percentages of Color #e03bda

%44.71
%11.78
%43.51

CMYK Percentages of Color #e03bda

%0
%74
%3
%12

Triadic Colors of #e03bda

#e03bda #dae03b #3bdae0

Analogous Colors of #e03bda

#e03bda #e03b88 #943be0

Monochromatic Colors of #e03bda

#e03bda

Complementary Color

#e03bda #3be041

#e03bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03bda Color CSS Codes

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

#e03bda Text Font Color

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

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


#e03bda Background Color

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

This div background color is #e03bda


#e03bda Border Color

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

This div border color is #e03bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03bda


Comments

No comments written yet.

Please login to write comment.