Color Hex Logo

#e377bd Color Hex

#E377BD
(227,119,189)
0 Favorites   0 Comments

Color spaces of #e377bd

RGB 227119189
HSL0.890.660.68
HSV321°48°89°
CMYK 0.000.480.17   0.11
XYZ47.460733.198752.0506
Yxy33.19870.35760.2502
Hunter Lab57.618346.1999-13.2279
CIE-Lab64.321550.4621-17.8961

#e377bd color RGB value is (227,119,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110111 10111101
Octal 343 167 275
Decimal 227 119 189
Hex E3 77 BD

RGB Percentages of Color #e377bd

%42.43
%22.24
%35.33

CMYK Percentages of Color #e377bd

%0
%48
%17
%11

Triadic Colors of #e377bd

#e377bd #bde377 #77bde3

Analogous Colors of #e377bd

#e377bd #e37787 #d377e3

Monochromatic Colors of #e377bd

#e377bd

Complementary Color

#e377bd #77e39d

#e377bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e377bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e377bd Color CSS Codes

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

#e377bd Text Font Color

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

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


#e377bd Background Color

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

This div background color is #e377bd


#e377bd Border Color

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

This div border color is #e377bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e377bd


Comments

No comments written yet.

Please login to write comment.