Color Hex Logo

#e918be Color Hex

#E918BE
(233,24,190)
0 Favorites   0 Comments

Color spaces of #e918be

RGB 23324190
HSL0.870.830.50
HSV312°90°91°
CMYK 0.000.900.18   0.09
XYZ43.225221.694650.6245
Yxy21.69460.37410.1878
Hunter Lab46.577584.1425-31.8374
CIE-Lab53.701584.0685-34.7651

#e918be color RGB value is (233,24,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00011000 10111110
Octal 351 30 276
Decimal 233 24 190
Hex E9 18 BE

RGB Percentages of Color #e918be

%52.13
%5.37
%42.51

CMYK Percentages of Color #e918be

%0
%90
%18
%9

Triadic Colors of #e918be

#e918be #bee918 #18bee9

Analogous Colors of #e918be

#e918be #e91856 #ac18e9

Monochromatic Colors of #e918be

#e918be

Complementary Color

#e918be #18e943

#e918be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e918be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e918be Color CSS Codes

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

#e918be Text Font Color

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

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


#e918be Background Color

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

This div background color is #e918be


#e918be Border Color

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

This div border color is #e918be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e918be


Comments

No comments written yet.

Please login to write comment.