Color Hex Logo

#e393fc Color Hex

#E393FC
(227,147,252)
0 Favorites   0 Comments

Color spaces of #e393fc

RGB 227147252
HSL0.790.950.78
HSV286°42°99°
CMYK 0.100.420.00   0.01
XYZ59.683044.226697.4864
Yxy44.22660.29630.2196
Hunter Lab66.503143.8139-40.3606
CIE-Lab72.379747.2143-40.3846

#e393fc color RGB value is (227,147,252).

#e393fc hex color red value is 227, green value is 147 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e393fc hue: 0.79 , saturation: 0.95 and the lightness value of e393fc is 0.78.

The process color (four color CMYK) of #e393fc color hex is 0.10, 0.42, 0.00, 0.01. Web safe color of #e393fc is #cc99ff. Color #e393fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010011 11111100
Octal 343 223 374
Decimal 227 147 252
Hex E3 93 FC

RGB Percentages of Color #e393fc

%36.26
%23.48
%40.26

CMYK Percentages of Color #e393fc

%10
%42
%0
%1

Triadic Colors of #e393fc

#e393fc #fce393 #93fce3

Analogous Colors of #e393fc

#e393fc #fc93e1 #af93fc

Monochromatic Colors of #e393fc

#e393fc

Complementary Color

#e393fc #acfc93

#e393fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e393fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e393fc Color CSS Codes

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

#e393fc Text Font Color

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

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


#e393fc Background Color

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

This div background color is #e393fc


#e393fc Border Color

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

This div border color is #e393fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e393fc


Comments

No comments written yet.

Please login to write comment.