Color Hex Logo

#e475fc Color Hex

#E475FC
(228,117,252)
0 Favorites   0 Comments

Color spaces of #e475fc

RGB 228117252
HSL0.800.960.72
HSV289°54°99°
CMYK 0.100.540.00   0.01
XYZ55.926936.244896.1437
Yxy36.24480.29700.1925
Hunter Lab60.203760.4633-52.5421
CIE-Lab66.706562.4903-49.2769

#e475fc color RGB value is (228,117,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110101 11111100
Octal 344 165 374
Decimal 228 117 252
Hex E4 75 FC

RGB Percentages of Color #e475fc

%38.19
%19.60
%42.21

CMYK Percentages of Color #e475fc

%10
%54
%0
%1

Triadic Colors of #e475fc

#e475fc #fce475 #75fce4

Analogous Colors of #e475fc

#e475fc #fc75d1 #a175fc

Monochromatic Colors of #e475fc

#e475fc

Complementary Color

#e475fc #8dfc75

#e475fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e475fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e475fc Color CSS Codes

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

#e475fc Text Font Color

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

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


#e475fc Background Color

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

This div background color is #e475fc


#e475fc Border Color

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

This div border color is #e475fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e475fc


Comments

No comments written yet.

Please login to write comment.