Color Hex Logo

#e380bb Color Hex

#E380BB
(227,128,187)
0 Favorites   0 Comments

Color spaces of #e380bb

RGB 227128187
HSL0.900.640.70
HSV324°44°89°
CMYK 0.000.440.18   0.11
XYZ48.367435.357151.2891
Yxy35.35710.35820.2619
Hunter Lab59.461841.1371-9.5176
CIE-Lab66.025745.6263-14.1914

#e380bb color RGB value is (227,128,187).

#e380bb hex color red value is 227, green value is 128 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e380bb hue: 0.90 , saturation: 0.64 and the lightness value of e380bb is 0.70.

The process color (four color CMYK) of #e380bb color hex is 0.00, 0.44, 0.18, 0.11. Web safe color of #e380bb is #cc99cc. Color #e380bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000000 10111011
Octal 343 200 273
Decimal 227 128 187
Hex E3 80 BB

RGB Percentages of Color #e380bb

%41.88
%23.62
%34.50

CMYK Percentages of Color #e380bb

%0
%44
%18
%11

Triadic Colors of #e380bb

#e380bb #bbe380 #80bbe3

Analogous Colors of #e380bb

#e380bb #e3808a #da80e3

Monochromatic Colors of #e380bb

#e380bb

Complementary Color

#e380bb #80e3a8

#e380bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e380bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e380bb Color CSS Codes

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

#e380bb Text Font Color

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

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


#e380bb Background Color

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

This div background color is #e380bb


#e380bb Border Color

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

This div border color is #e380bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e380bb


Comments

No comments written yet.

Please login to write comment.