Color Hex Logo

#e917ed Color Hex

#E917ED
(233,23,237)
0 Favorites   0 Comments

Color spaces of #e917ed

RGB 23323237
HSL0.830.860.51
HSV299°90°93°
CMYK 0.020.900.00   0.07
XYZ49.196724.050982.1701
Yxy24.05090.31650.1548
Hunter Lab49.041793.2411-65.0120
CIE-Lab56.138790.5113-57.7109

#e917ed color RGB value is (233,23,237).

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

The process color (four color CMYK) of #e917ed color hex is 0.02, 0.90, 0.00, 0.07. Web safe color of #e917ed is #ff00ff. Color #e917ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00010111 11101101
Octal 351 27 355
Decimal 233 23 237
Hex E9 17 ED

RGB Percentages of Color #e917ed

%47.26
%4.67
%48.07

CMYK Percentages of Color #e917ed

%2
%90
%0
%7

Triadic Colors of #e917ed

#e917ed #ede917 #17ede9

Analogous Colors of #e917ed

#e917ed #ed1786 #7e17ed

Monochromatic Colors of #e917ed

#e917ed

Complementary Color

#e917ed #1bed17

#e917ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e917ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e917ed Color CSS Codes

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

#e917ed Text Font Color

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

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


#e917ed Background Color

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

This div background color is #e917ed


#e917ed Border Color

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

This div border color is #e917ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e917ed


Comments

No comments written yet.

Please login to write comment.