Color Hex Logo

#e380ba Color Hex

#E380BA
(227,128,186)
0 Favorites   0 Comments

Color spaces of #e380ba

RGB 227128186
HSL0.900.640.70
HSV325°44°89°
CMYK 0.000.440.18   0.11
XYZ48.260735.314450.7271
Yxy35.31440.35930.2629
Hunter Lab59.425940.9672-9.0129
CIE-Lab65.992745.4749-13.6779

#e380ba color RGB value is (227,128,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000000 10111010
Octal 343 200 272
Decimal 227 128 186
Hex E3 80 BA

RGB Percentages of Color #e380ba

%41.96
%23.66
%34.38

CMYK Percentages of Color #e380ba

%0
%44
%18
%11

Triadic Colors of #e380ba

#e380ba #bae380 #80bae3

Analogous Colors of #e380ba

#e380ba #e38089 #db80e3

Monochromatic Colors of #e380ba

#e380ba

Complementary Color

#e380ba #80e3a9

#e380ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e380ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e380ba Color CSS Codes

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

#e380ba Text Font Color

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

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


#e380ba Background Color

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

This div background color is #e380ba


#e380ba Border Color

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

This div border color is #e380ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e380ba


Comments

No comments written yet.

Please login to write comment.