Color Hex Logo

#e377be Color Hex

#E377BE
(227,119,190)
0 Favorites   0 Comments

Color spaces of #e377be

RGB 227119190
HSL0.890.660.68
HSV321°48°89°
CMYK 0.000.480.16   0.11
XYZ47.569633.242352.6244
Yxy33.24230.35650.2491
Hunter Lab57.656146.3744-13.7564
CIE-Lab64.356650.6138-18.4081

#e377be color RGB value is (227,119,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110111 10111110
Octal 343 167 276
Decimal 227 119 190
Hex E3 77 BE

RGB Percentages of Color #e377be

%42.35
%22.20
%35.45

CMYK Percentages of Color #e377be

%0
%48
%16
%11

Triadic Colors of #e377be

#e377be #bee377 #77bee3

Analogous Colors of #e377be

#e377be #e37788 #d277e3

Monochromatic Colors of #e377be

#e377be

Complementary Color

#e377be #77e39c

#e377be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e377be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e377be Color CSS Codes

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

#e377be Text Font Color

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

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


#e377be Background Color

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

This div background color is #e377be


#e377be Border Color

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

This div border color is #e377be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e377be


Comments

No comments written yet.

Please login to write comment.