Color Hex Logo

#e94edf Color Hex

#E94EDF
(233,78,223)
0 Favorites   0 Comments

Color spaces of #e94edf

RGB 23378223
HSL0.840.780.61
HSV304°67°91°
CMYK 0.000.670.04   0.09
XYZ49.647928.100172.6192
Yxy28.10010.33020.1869
Hunter Lab53.009574.4137-44.1163
CIE-Lab59.979175.1817-43.7422

#e94edf color RGB value is (233,78,223).

#e94edf hex color red value is 233, green value is 78 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e94edf hue: 0.84 , saturation: 0.78 and the lightness value of e94edf is 0.61.

The process color (four color CMYK) of #e94edf color hex is 0.00, 0.67, 0.04, 0.09. Web safe color of #e94edf is #ff66cc. Color #e94edf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001110 11011111
Octal 351 116 337
Decimal 233 78 223
Hex E9 4E DF

RGB Percentages of Color #e94edf

%43.63
%14.61
%41.76

CMYK Percentages of Color #e94edf

%0
%67
%4
%9

Triadic Colors of #e94edf

#e94edf #dfe94e #4edfe9

Analogous Colors of #e94edf

#e94edf #e94e92 #a64ee9

Monochromatic Colors of #e94edf

#e94edf

Complementary Color

#e94edf #4ee958

#e94edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94edf Color CSS Codes

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

#e94edf Text Font Color

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

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


#e94edf Background Color

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

This div background color is #e94edf


#e94edf Border Color

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

This div border color is #e94edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94edf


Comments

No comments written yet.

Please login to write comment.