Color Hex Logo

#e03cfd Color Hex

#E03CFD
(224,60,253)
0 Favorites   0 Comments

Color spaces of #e03cfd

RGB 22460253
HSL0.810.980.61
HSV291°76°99°
CMYK 0.110.760.00   0.01
XYZ50.086026.170995.3402
Yxy26.17090.29190.1525
Hunter Lab51.157585.2357-74.6862
CIE-Lab58.198984.0357-63.4092

#e03cfd color RGB value is (224,60,253).

#e03cfd hex color red value is 224, green value is 60 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e03cfd hue: 0.81 , saturation: 0.98 and the lightness value of e03cfd is 0.61.

The process color (four color CMYK) of #e03cfd color hex is 0.11, 0.76, 0.00, 0.01. Web safe color of #e03cfd is #cc33ff. Color #e03cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111100 11111101
Octal 340 74 375
Decimal 224 60 253
Hex E0 3C FD

RGB Percentages of Color #e03cfd

%41.71
%11.17
%47.11

CMYK Percentages of Color #e03cfd

%11
%76
%0
%1

Triadic Colors of #e03cfd

#e03cfd #fde03c #3cfde0

Analogous Colors of #e03cfd

#e03cfd #fd3cba #803cfd

Monochromatic Colors of #e03cfd

#e03cfd

Complementary Color

#e03cfd #59fd3c

#e03cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03cfd Color CSS Codes

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

#e03cfd Text Font Color

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

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


#e03cfd Background Color

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

This div background color is #e03cfd


#e03cfd Border Color

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

This div border color is #e03cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.