Color Hex Logo

#e94ef6 Color Hex

#E94EF6
(233,78,246)
0 Favorites   0 Comments

Color spaces of #e94ef6

RGB 23378246
HSL0.820.900.64
HSV295°68°96°
CMYK 0.050.680.00   0.04
XYZ52.963229.426290.0771
Yxy29.42620.30710.1706
Hunter Lab54.245979.3488-60.4808
CIE-Lab61.155978.8796-54.7232

#e94ef6 color RGB value is (233,78,246).

#e94ef6 hex color red value is 233, green value is 78 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #e94ef6 hue: 0.82 , saturation: 0.90 and the lightness value of e94ef6 is 0.64.

The process color (four color CMYK) of #e94ef6 color hex is 0.05, 0.68, 0.00, 0.04. Web safe color of #e94ef6 is #ff66ff. Color #e94ef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001110 11110110
Octal 351 116 366
Decimal 233 78 246
Hex E9 4E F6

RGB Percentages of Color #e94ef6

%41.83
%14.00
%44.17

CMYK Percentages of Color #e94ef6

%5
%68
%0
%4

Triadic Colors of #e94ef6

#e94ef6 #f6e94e #4ef6e9

Analogous Colors of #e94ef6

#e94ef6 #f64eaf #954ef6

Monochromatic Colors of #e94ef6

#e94ef6

Complementary Color

#e94ef6 #5bf64e

#e94ef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94ef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94ef6 Color CSS Codes

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

#e94ef6 Text Font Color

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

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


#e94ef6 Background Color

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

This div background color is #e94ef6


#e94ef6 Border Color

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

This div border color is #e94ef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94ef6


Comments

No comments written yet.

Please login to write comment.