Color Hex Logo

#e801be Color Hex

#E801BE
(232,1,190)
0 Favorites   0 Comments

Color spaces of #e801be

RGB 2321190
HSL0.860.990.46
HSV311°100°91°
CMYK 0.001.000.18   0.09
XYZ42.583820.895250.5040
Yxy20.89520.37360.1833
Hunter Lab45.711386.2927-33.5085
CIE-Lab52.834685.8936-36.1366

#e801be color RGB value is (232,1,190).

#e801be hex color red value is 232, green value is 1 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e801be hue: 0.86 , saturation: 0.99 and the lightness value of e801be is 0.46.

The process color (four color CMYK) of #e801be color hex is 0.00, 1.00, 0.18, 0.09. Web safe color of #e801be is #ff00cc. Color #e801be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000001 10111110
Octal 350 1 276
Decimal 232 1 190
Hex E8 1 BE

RGB Percentages of Color #e801be

%54.85
%0.24
%44.92

CMYK Percentages of Color #e801be

%0
%100
%18
%9

Triadic Colors of #e801be

#e801be #bee801 #01bee8

Analogous Colors of #e801be

#e801be #e8014a #9f01e8

Monochromatic Colors of #e801be

#e801be

Complementary Color

#e801be #01e82b

#e801be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e801be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e801be Color CSS Codes

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

#e801be Text Font Color

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

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


#e801be Background Color

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

This div background color is #e801be


#e801be Border Color

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

This div border color is #e801be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e801be


Comments

No comments written yet.

Please login to write comment.