Color Hex Logo

#e02fdf Color Hex

#E02FDF
(224,47,223)
0 Favorites   0 Comments

Color spaces of #e02fdf

RGB 22447223
HSL0.830.740.53
HSV300°79°88°
CMYK 0.000.790.00   0.12
XYZ45.076323.208071.9159
Yxy23.20800.32150.1655
Hunter Lab48.174782.7140-54.7867
CIE-Lab55.285982.6510-51.2679

#e02fdf color RGB value is (224,47,223).

#e02fdf hex color red value is 224, green value is 47 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e02fdf hue: 0.83 , saturation: 0.74 and the lightness value of e02fdf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101111 11011111
Octal 340 57 337
Decimal 224 47 223
Hex E0 2F DF

RGB Percentages of Color #e02fdf

%45.34
%9.51
%45.14

CMYK Percentages of Color #e02fdf

%0
%79
%0
%12

Triadic Colors of #e02fdf

#e02fdf #dfe02f #2fdfe0

Analogous Colors of #e02fdf

#e02fdf #e02f87 #892fe0

Monochromatic Colors of #e02fdf

#e02fdf

Complementary Color

#e02fdf #2fe030

#e02fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02fdf Color CSS Codes

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

#e02fdf Text Font Color

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

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


#e02fdf Background Color

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

This div background color is #e02fdf


#e02fdf Border Color

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

This div border color is #e02fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02fdf


Comments

No comments written yet.

Please login to write comment.