Color Hex Logo

#e918cd Color Hex

#E918CD
(233,24,205)
0 Favorites   0 Comments

Color spaces of #e918cd

RGB 23324205
HSL0.860.830.50
HSV308°90°91°
CMYK 0.000.900.12   0.09
XYZ44.950422.384759.7091
Yxy22.38470.35380.1762
Hunter Lab47.312586.7916-41.7062
CIE-Lab54.432885.9649-42.2672

#e918cd color RGB value is (233,24,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00011000 11001101
Octal 351 30 315
Decimal 233 24 205
Hex E9 18 CD

RGB Percentages of Color #e918cd

%50.43
%5.19
%44.37

CMYK Percentages of Color #e918cd

%0
%90
%12
%9

Triadic Colors of #e918cd

#e918cd #cde918 #18cde9

Analogous Colors of #e918cd

#e918cd #e91865 #9d18e9

Monochromatic Colors of #e918cd

#e918cd

Complementary Color

#e918cd #18e934

#e918cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e918cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e918cd Color CSS Codes

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

#e918cd Text Font Color

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

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


#e918cd Background Color

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

This div background color is #e918cd


#e918cd Border Color

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

This div border color is #e918cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,24,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e918cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e918cd


Comments

No comments written yet.

Please login to write comment.