color codes Logo

#e03fdd color codes

#E03FDD
(224,63,221)
0 Favorites   0 Comments

Color spaces of #e03fdd

RGB 22463221
HSL0.840.720.56
HSV301°72°88°
CMYK 0.000.720.01   0.12
XYZ45.569124.622870.7575
Yxy24.62280.32330.1747
Hunter Lab49.621477.0856-49.8095
CIE-Lab56.706077.9457-47.8792

#e03fdd color RGB value is (224,63,221).

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

The process color (four color CMYK) of #e03fdd color code is 0.00, 0.72, 0.01, 0.12. Web safe color of #e03fdd is #cc33cc. Color #e03fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111111 11011101
Octal 340 77 335
Decimal 224 63 221
Hex E0 3F DD

RGB Percentages of Color #e03fdd

%44.09
%12.40
%43.50

CMYK Percentages of Color #e03fdd

%0
%72
%1
%12

Triadic Colors of #e03fdd

#e03fdd #dde03f #3fdde0

Analogous Colors of #e03fdd

#e03fdd #e03f8d #933fe0

Monochromatic Colors of #e03fdd

#e03fdd

Complementary Color

#e03fdd #3fe042

#e03fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03fdd Color CSS Codes

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

#e03fdd Text Font Color

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

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


#e03fdd Background Color

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

This div background color is #e03fdd


#e03fdd Border Color

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

This div border color is #e03fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03fdd


Comments

No comments written yet.

Please login to write comment.