Color Hex Logo

#e376fd Color Hex

#E376FD
(227,118,253)
0 Favorites   0 Comments

Color spaces of #e376fd

RGB 227118253
HSL0.800.970.73
HSV288°53°99°
CMYK 0.100.530.00   0.01
XYZ55.886636.379697.0049
Yxy36.37960.29530.1922
Hunter Lab60.315559.8408-53.1347
CIE-Lab66.809061.9482-49.6715

#e376fd color RGB value is (227,118,253).

#e376fd hex color red value is 227, green value is 118 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e376fd hue: 0.80 , saturation: 0.97 and the lightness value of e376fd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110110 11111101
Octal 343 166 375
Decimal 227 118 253
Hex E3 76 FD

RGB Percentages of Color #e376fd

%37.96
%19.73
%42.31

CMYK Percentages of Color #e376fd

%10
%53
%0
%1

Triadic Colors of #e376fd

#e376fd #fde376 #76fde3

Analogous Colors of #e376fd

#e376fd #fd76d4 #a076fd

Monochromatic Colors of #e376fd

#e376fd

Complementary Color

#e376fd #90fd76

#e376fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e376fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e376fd Color CSS Codes

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

#e376fd Text Font Color

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

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


#e376fd Background Color

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

This div background color is #e376fd


#e376fd Border Color

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

This div border color is #e376fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,118,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e376fd

Related Colors


Comments

No comments written yet.

Please login to write comment.