Color Hex Logo

#e373fc Color Hex

#E373FC
(227,115,252)
0 Favorites   0 Comments

Color spaces of #e373fc

RGB 227115252
HSL0.800.960.72
HSV289°54°99°
CMYK 0.100.540.00   0.01
XYZ55.380035.620696.0521
Yxy35.62060.29610.1904
Hunter Lab59.683061.1854-53.6415
CIE-Lab66.229063.1784-50.0392

#e373fc color RGB value is (227,115,252).

#e373fc hex color red value is 227, green value is 115 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e373fc hue: 0.80 , saturation: 0.96 and the lightness value of e373fc is 0.72.

The process color (four color CMYK) of #e373fc color hex is 0.10, 0.54, 0.00, 0.01. Web safe color of #e373fc is #cc66ff. Color #e373fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110011 11111100
Octal 343 163 374
Decimal 227 115 252
Hex E3 73 FC

RGB Percentages of Color #e373fc

%38.22
%19.36
%42.42

CMYK Percentages of Color #e373fc

%10
%54
%0
%1

Triadic Colors of #e373fc

#e373fc #fce373 #73fce3

Analogous Colors of #e373fc

#e373fc #fc73d1 #9f73fc

Monochromatic Colors of #e373fc

#e373fc

Complementary Color

#e373fc #8cfc73

#e373fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e373fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e373fc Color CSS Codes

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

#e373fc Text Font Color

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

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


#e373fc Background Color

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

This div background color is #e373fc


#e373fc Border Color

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

This div border color is #e373fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e373fc

Related Colors


Comments

No comments written yet.

Please login to write comment.