Color Hex Logo

#e032fd Color Hex

#E032FD
(224,50,253)
0 Favorites   0 Comments

Color spaces of #e032fd

RGB 22450253
HSL0.810.980.59
HSV291°80°99°
CMYK 0.110.800.00   0.01
XYZ49.610725.220395.1817
Yxy25.22030.29180.1483
Hunter Lab50.219888.4503-77.2186
CIE-Lab57.289486.6743-64.8711

#e032fd color RGB value is (224,50,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110010 11111101
Octal 340 62 375
Decimal 224 50 253
Hex E0 32 FD

RGB Percentages of Color #e032fd

%42.50
%9.49
%48.01

CMYK Percentages of Color #e032fd

%11
%80
%0
%1

Triadic Colors of #e032fd

#e032fd #fde032 #32fde0

Analogous Colors of #e032fd

#e032fd #fd32b5 #7b32fd

Monochromatic Colors of #e032fd

#e032fd

Complementary Color

#e032fd #4ffd32

#e032fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e032fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e032fd Color CSS Codes

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

#e032fd Text Font Color

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

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


#e032fd Background Color

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

This div background color is #e032fd


#e032fd Border Color

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

This div border color is #e032fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e032fd


Comments

No comments written yet.

Please login to write comment.