Color Hex Logo

#e378cf Color Hex

#E378CF
(227,120,207)
0 Favorites   0 Comments

Color spaces of #e378cf

RGB 227120207
HSL0.860.660.68
HSV311°47°89°
CMYK 0.000.470.09   0.11
XYZ49.657534.268863.0288
Yxy34.26880.33790.2332
Hunter Lab58.539648.9724-22.8591
CIE-Lab65.175452.8097-26.7248

#e378cf color RGB value is (227,120,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111000 11001111
Octal 343 170 317
Decimal 227 120 207
Hex E3 78 CF

RGB Percentages of Color #e378cf

%40.97
%21.66
%37.36

CMYK Percentages of Color #e378cf

%0
%47
%9
%11

Triadic Colors of #e378cf

#e378cf #cfe378 #78cfe3

Analogous Colors of #e378cf

#e378cf #e3789a #c278e3

Monochromatic Colors of #e378cf

#e378cf

Complementary Color

#e378cf #78e38c

#e378cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e378cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e378cf Color CSS Codes

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

#e378cf Text Font Color

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

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


#e378cf Background Color

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

This div background color is #e378cf


#e378cf Border Color

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

This div border color is #e378cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e378cf


Comments

No comments written yet.

Please login to write comment.