Color Hex Logo

#e378bf Color Hex

#E378BF
(227,120,191)
0 Favorites   0 Comments

Color spaces of #e378bf

RGB 227120191
HSL0.890.660.68
HSV320°47°89°
CMYK 0.000.470.16   0.11
XYZ47.799033.525453.2420
Yxy33.52540.35520.2491
Hunter Lab57.901146.0298-13.9883
CIE-Lab64.584150.2704-18.6275

#e378bf color RGB value is (227,120,191).

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

The process color (four color CMYK) of #e378bf color hex is 0.00, 0.47, 0.16, 0.11. Web safe color of #e378bf is #cc66cc. Color #e378bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111000 10111111
Octal 343 170 277
Decimal 227 120 191
Hex E3 78 BF

RGB Percentages of Color #e378bf

%42.19
%22.30
%35.50

CMYK Percentages of Color #e378bf

%0
%47
%16
%11

Triadic Colors of #e378bf

#e378bf #bfe378 #78bfe3

Analogous Colors of #e378bf

#e378bf #e3788a #d278e3

Monochromatic Colors of #e378bf

#e378bf

Complementary Color

#e378bf #78e39c

#e378bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e378bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e378bf Color CSS Codes

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

#e378bf Text Font Color

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

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


#e378bf Background Color

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

This div background color is #e378bf


#e378bf Border Color

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

This div border color is #e378bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e378bf


Comments

No comments written yet.

Please login to write comment.