Color Hex Logo

#e03dbf Color Hex

#E03DBF
(224,61,191)
0 Favorites   0 Comments

Color spaces of #e03dbf

RGB 22461191
HSL0.870.720.56
HSV312°73°88°
CMYK 0.000.730.15   0.12
XYZ41.813222.946451.5155
Yxy22.94640.35960.1973
Hunter Lab47.902471.9804-30.2303
CIE-Lab55.017174.1644-33.4005

#e03dbf color RGB value is (224,61,191).

#e03dbf hex color red value is 224, green value is 61 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e03dbf hue: 0.87 , saturation: 0.72 and the lightness value of e03dbf is 0.56.

The process color (four color CMYK) of #e03dbf color hex is 0.00, 0.73, 0.15, 0.12. Web safe color of #e03dbf is #cc33cc. Color #e03dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111101 10111111
Octal 340 75 277
Decimal 224 61 191
Hex E0 3D BF

RGB Percentages of Color #e03dbf

%47.06
%12.82
%40.13

CMYK Percentages of Color #e03dbf

%0
%73
%15
%12

Triadic Colors of #e03dbf

#e03dbf #bfe03d #3dbfe0

Analogous Colors of #e03dbf

#e03dbf #e03d6e #b03de0

Monochromatic Colors of #e03dbf

#e03dbf

Complementary Color

#e03dbf #3de05e

#e03dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03dbf Color CSS Codes

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

#e03dbf Text Font Color

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

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


#e03dbf Background Color

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

This div background color is #e03dbf


#e03dbf Border Color

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

This div border color is #e03dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03dbf


Comments

No comments written yet.

Please login to write comment.