Color Hex Logo

#e477be Color Hex

#E477BE
(228,119,190)
0 Favorites   0 Comments

Color spaces of #e477be

RGB 228119190
HSL0.890.670.68
HSV321°48°89°
CMYK 0.000.480.17   0.11
XYZ47.886033.405352.6392
Yxy33.40530.35750.2494
Hunter Lab57.797346.7448-13.5405
CIE-Lab64.487750.9268-18.1967

#e477be color RGB value is (228,119,190).

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

The process color (four color CMYK) of #e477be color hex is 0.00, 0.48, 0.17, 0.11. Web safe color of #e477be is #cc66cc. Color #e477be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110111 10111110
Octal 344 167 276
Decimal 228 119 190
Hex E4 77 BE

RGB Percentages of Color #e477be

%42.46
%22.16
%35.38

CMYK Percentages of Color #e477be

%0
%48
%17
%11

Triadic Colors of #e477be

#e477be #bee477 #77bee4

Analogous Colors of #e477be

#e477be #e47788 #d477e4

Monochromatic Colors of #e477be

#e477be

Complementary Color

#e477be #77e49d

#e477be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e477be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e477be Color CSS Codes

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

#e477be Text Font Color

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

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


#e477be Background Color

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

This div background color is #e477be


#e477be Border Color

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

This div border color is #e477be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,119,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e477be


Comments

No comments written yet.

Please login to write comment.