Color Hex Logo

#e478bf Color Hex

#E478BF
(228,120,191)
0 Favorites   0 Comments

Color spaces of #e478bf

RGB 228120191
HSL0.890.670.68
HSV321°47°89°
CMYK 0.000.470.16   0.11
XYZ48.115333.688553.2568
Yxy33.68850.35620.2494
Hunter Lab58.041846.3992-13.7728
CIE-Lab64.714650.5832-18.4172

#e478bf color RGB value is (228,120,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111000 10111111
Octal 344 170 277
Decimal 228 120 191
Hex E4 78 BF

RGB Percentages of Color #e478bf

%42.30
%22.26
%35.44

CMYK Percentages of Color #e478bf

%0
%47
%16
%11

Triadic Colors of #e478bf

#e478bf #bfe478 #78bfe4

Analogous Colors of #e478bf

#e478bf #e47889 #d378e4

Monochromatic Colors of #e478bf

#e478bf

Complementary Color

#e478bf #78e49d

#e478bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e478bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e478bf Color CSS Codes

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

#e478bf Text Font Color

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

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


#e478bf Background Color

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

This div background color is #e478bf


#e478bf Border Color

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

This div border color is #e478bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e478bf


Comments

No comments written yet.

Please login to write comment.