Color Hex Logo

#e383be Color Hex

#E383BE
(227,131,190)
0 Favorites   0 Comments

Color spaces of #e383be

RGB 227131190
HSL0.900.630.70
HSV323°42°89°
CMYK 0.000.420.16   0.11
XYZ49.089136.281253.1309
Yxy36.28120.35440.2620
Hunter Lab60.233940.0637-10.1346
CIE-Lab66.734244.5481-14.8107

#e383be color RGB value is (227,131,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000011 10111110
Octal 343 203 276
Decimal 227 131 190
Hex E3 83 BE

RGB Percentages of Color #e383be

%41.42
%23.91
%34.67

CMYK Percentages of Color #e383be

%0
%42
%16
%11

Triadic Colors of #e383be

#e383be #bee383 #83bee3

Analogous Colors of #e383be

#e383be #e3838e #d883e3

Monochromatic Colors of #e383be

#e383be

Complementary Color

#e383be #83e3a8

#e383be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e383be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e383be Color CSS Codes

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

#e383be Text Font Color

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

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


#e383be Background Color

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

This div background color is #e383be


#e383be Border Color

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

This div border color is #e383be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e383be


Comments

No comments written yet.

Please login to write comment.