Color Hex Logo

#e378fd Color Hex

#E378FD
(227,120,253)
0 Favorites   0 Comments

Color spaces of #e378fd

RGB 227120253
HSL0.800.970.73
HSV288°53°99°
CMYK 0.100.530.00   0.01
XYZ56.124636.855797.0843
Yxy36.85570.29530.1939
Hunter Lab60.708958.7804-52.3190
CIE-Lab67.168660.9917-49.1038

#e378fd color RGB value is (227,120,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111000 11111101
Octal 343 170 375
Decimal 227 120 253
Hex E3 78 FD

RGB Percentages of Color #e378fd

%37.83
%20.00
%42.17

CMYK Percentages of Color #e378fd

%10
%53
%0
%1

Triadic Colors of #e378fd

#e378fd #fde378 #78fde3

Analogous Colors of #e378fd

#e378fd #fd78d5 #a178fd

Monochromatic Colors of #e378fd

#e378fd

Complementary Color

#e378fd #92fd78

#e378fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e378fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e378fd Color CSS Codes

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

#e378fd Text Font Color

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

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


#e378fd Background Color

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

This div background color is #e378fd


#e378fd Border Color

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

This div border color is #e378fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e378fd


Comments

No comments written yet.

Please login to write comment.