Color Hex Logo

#e378f2 Color Hex

#E378F2
(227,120,242)
0 Favorites   0 Comments

Color spaces of #e378f2

RGB 227120242
HSL0.810.820.71
HSV293°50°95°
CMYK 0.060.500.00   0.05
XYZ54.422036.174688.1184
Yxy36.17460.30450.2024
Hunter Lab60.145356.2599-44.7635
CIE-Lab66.653158.9283-43.8744

#e378f2 color RGB value is (227,120,242).

#e378f2 hex color red value is 227, green value is 120 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #e378f2 hue: 0.81 , saturation: 0.82 and the lightness value of e378f2 is 0.71.

The process color (four color CMYK) of #e378f2 color hex is 0.06, 0.50, 0.00, 0.05. Web safe color of #e378f2 is #cc66ff. Color #e378f2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111000 11110010
Octal 343 170 362
Decimal 227 120 242
Hex E3 78 F2

RGB Percentages of Color #e378f2

%38.54
%20.37
%41.09

CMYK Percentages of Color #e378f2

%6
%50
%0
%5

Triadic Colors of #e378f2

#e378f2 #f2e378 #78f2e3

Analogous Colors of #e378f2

#e378f2 #f278c4 #a678f2

Monochromatic Colors of #e378f2

#e378f2

Complementary Color

#e378f2 #87f278

#e378f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e378f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e378f2 Color CSS Codes

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

#e378f2 Text Font Color

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

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


#e378f2 Background Color

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

This div background color is #e378f2


#e378f2 Border Color

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

This div border color is #e378f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e378f2


Comments

No comments written yet.

Please login to write comment.