Color Hex Logo

#e331be Color Hex

#E331BE
(227,49,190)
0 Favorites   0 Comments

Color spaces of #e331be

RGB 22749190
HSL0.870.760.54
HSV312°78°89°
CMYK 0.000.780.16   0.11
XYZ42.071122.245250.7916
Yxy22.24520.36550.1933
Hunter Lab47.164876.6839-30.8338
CIE-Lab54.286278.0950-33.9272

#e331be color RGB value is (227,49,190).

#e331be hex color red value is 227, green value is 49 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e331be hue: 0.87 , saturation: 0.76 and the lightness value of e331be is 0.54.

The process color (four color CMYK) of #e331be color hex is 0.00, 0.78, 0.16, 0.11. Web safe color of #e331be is #cc33cc. Color #e331be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110001 10111110
Octal 343 61 276
Decimal 227 49 190
Hex E3 31 BE

RGB Percentages of Color #e331be

%48.71
%10.52
%40.77

CMYK Percentages of Color #e331be

%0
%78
%16
%11

Triadic Colors of #e331be

#e331be #bee331 #31bee3

Analogous Colors of #e331be

#e331be #e33165 #af31e3

Monochromatic Colors of #e331be

#e331be

Complementary Color

#e331be #31e356

#e331be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e331be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e331be Color CSS Codes

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

#e331be Text Font Color

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

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


#e331be Background Color

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

This div background color is #e331be


#e331be Border Color

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

This div border color is #e331be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e331be


Comments

No comments written yet.

Please login to write comment.