Color Hex Logo

#e378af Color Hex

#E378AF
(227,120,175)
0 Favorites   0 Comments

Color spaces of #e378af

RGB 227120175
HSL0.910.660.68
HSV329°47°89°
CMYK 0.000.470.23   0.11
XYZ46.132932.859044.4684
Yxy32.85900.37370.2662
Hunter Lab57.322843.3405-5.8685
CIE-Lab64.046647.9127-10.3750

#e378af color RGB value is (227,120,175).

#e378af hex color red value is 227, green value is 120 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e378af hue: 0.91 , saturation: 0.66 and the lightness value of e378af is 0.68.

The process color (four color CMYK) of #e378af color hex is 0.00, 0.47, 0.23, 0.11. Web safe color of #e378af is #cc6699. Color #e378af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111000 10101111
Octal 343 170 257
Decimal 227 120 175
Hex E3 78 AF

RGB Percentages of Color #e378af

%43.49
%22.99
%33.52

CMYK Percentages of Color #e378af

%0
%47
%23
%11

Triadic Colors of #e378af

#e378af #afe378 #78afe3

Analogous Colors of #e378af

#e378af #e3787a #e278e3

Monochromatic Colors of #e378af

#e378af

Complementary Color

#e378af #78e3ac

#e378af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e378af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e378af Color CSS Codes

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

#e378af Text Font Color

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

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


#e378af Background Color

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

This div background color is #e378af


#e378af Border Color

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

This div border color is #e378af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e378af


Comments

No comments written yet.

Please login to write comment.