Color Hex Logo

#e375fc Color Hex

#E375FC
(227,117,252)
0 Favorites   0 Comments

Color spaces of #e375fc

RGB 227117252
HSL0.800.960.72
HSV289°54°99°
CMYK 0.100.540.00   0.01
XYZ55.610536.081796.1289
Yxy36.08170.29610.1921
Hunter Lab60.068060.1347-52.8361
CIE-Lab66.582362.2342-49.4812

#e375fc color RGB value is (227,117,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110101 11111100
Octal 343 165 374
Decimal 227 117 252
Hex E3 75 FC

RGB Percentages of Color #e375fc

%38.09
%19.63
%42.28

CMYK Percentages of Color #e375fc

%10
%54
%0
%1

Triadic Colors of #e375fc

#e375fc #fce375 #75fce3

Analogous Colors of #e375fc

#e375fc #fc75d2 #a075fc

Monochromatic Colors of #e375fc

#e375fc

Complementary Color

#e375fc #8efc75

#e375fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e375fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e375fc Color CSS Codes

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

#e375fc Text Font Color

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

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


#e375fc Background Color

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

This div background color is #e375fc


#e375fc Border Color

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

This div border color is #e375fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e375fc


Comments

No comments written yet.

Please login to write comment.