Color Hex Logo

#e815be Color Hex

#E815BE
(232,21,190)
0 Favorites   0 Comments

Color spaces of #e815be

RGB 23221190
HSL0.870.830.50
HSV312°91°91°
CMYK 0.000.910.18   0.09
XYZ42.841121.409850.5897
Yxy21.40980.37300.1864
Hunter Lab46.270784.2957-32.4347
CIE-Lab53.395184.2466-35.2578

#e815be color RGB value is (232,21,190).

#e815be hex color red value is 232, green value is 21 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e815be hue: 0.87 , saturation: 0.83 and the lightness value of e815be is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010101 10111110
Octal 350 25 276
Decimal 232 21 190
Hex E8 15 BE

RGB Percentages of Color #e815be

%52.37
%4.74
%42.89

CMYK Percentages of Color #e815be

%0
%91
%18
%9

Triadic Colors of #e815be

#e815be #bee815 #15bee8

Analogous Colors of #e815be

#e815be #e81554 #a915e8

Monochromatic Colors of #e815be

#e815be

Complementary Color

#e815be #15e83f

#e815be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e815be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e815be Color CSS Codes

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

#e815be Text Font Color

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

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


#e815be Background Color

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

This div background color is #e815be


#e815be Border Color

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

This div border color is #e815be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e815be


Comments

No comments written yet.

Please login to write comment.