Color Hex Logo

#e023fc Color Hex

#E023FC
(224,35,252)
0 Favorites   0 Comments

Color spaces of #e023fc

RGB 22435252
HSL0.810.970.56
HSV292°86°99°
CMYK 0.110.860.00   0.01
XYZ48.912224.077694.1649
Yxy24.07760.29260.1440
Hunter Lab49.068992.0592-79.4312
CIE-Lab56.165489.6209-66.1257

#e023fc color RGB value is (224,35,252).

#e023fc hex color red value is 224, green value is 35 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e023fc hue: 0.81 , saturation: 0.97 and the lightness value of e023fc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100011 11111100
Octal 340 43 374
Decimal 224 35 252
Hex E0 23 FC

RGB Percentages of Color #e023fc

%43.84
%6.85
%49.32

CMYK Percentages of Color #e023fc

%11
%86
%0
%1

Triadic Colors of #e023fc

#e023fc #fce023 #23fce0

Analogous Colors of #e023fc

#e023fc #fc23ac #7423fc

Monochromatic Colors of #e023fc

#e023fc

Complementary Color

#e023fc #3ffc23

#e023fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e023fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e023fc Color CSS Codes

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

#e023fc Text Font Color

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

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


#e023fc Background Color

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

This div background color is #e023fc


#e023fc Border Color

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

This div border color is #e023fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e023fc

Related Colors


Comments

No comments written yet.

Please login to write comment.