Color Hex Logo

#e383ba Color Hex

#E383BA
(227,131,186)
0 Favorites   0 Comments

Color spaces of #e383ba

RGB 227131186
HSL0.900.630.70
HSV326°42°89°
CMYK 0.000.420.18   0.11
XYZ48.657836.108750.8595
Yxy36.10870.35880.2662
Hunter Lab60.090539.3805-8.1186
CIE-Lab66.602943.9359-12.7606

#e383ba color RGB value is (227,131,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000011 10111010
Octal 343 203 272
Decimal 227 131 186
Hex E3 83 BA

RGB Percentages of Color #e383ba

%41.73
%24.08
%34.19

CMYK Percentages of Color #e383ba

%0
%42
%18
%11

Triadic Colors of #e383ba

#e383ba #bae383 #83bae3

Analogous Colors of #e383ba

#e383ba #e3838a #dc83e3

Monochromatic Colors of #e383ba

#e383ba

Complementary Color

#e383ba #83e3ac

#e383ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e383ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e383ba Color CSS Codes

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

#e383ba Text Font Color

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

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


#e383ba Background Color

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

This div background color is #e383ba


#e383ba Border Color

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

This div border color is #e383ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e383ba


Comments

No comments written yet.

Please login to write comment.