Color Hex Logo

#ef5eea Color Hex

#EF5EEA
(239,94,234)
0 Favorites   0 Comments

Color spaces of #ef5eea

RGB 23994234
HSL0.840.820.65
HSV302°61°94°
CMYK 0.000.610.02   0.06
XYZ54.450632.296681.2059
Yxy32.29660.32420.1923
Hunter Lab56.830171.5735-44.9398
CIE-Lab63.587372.2159-44.1535

#ef5eea color RGB value is (239,94,234).

#ef5eea hex color red value is 239, green value is 94 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ef5eea hue: 0.84 , saturation: 0.82 and the lightness value of ef5eea is 0.65.

The process color (four color CMYK) of #ef5eea color hex is 0.00, 0.61, 0.02, 0.06. Web safe color of #ef5eea is #ff66ff. Color #ef5eea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011110 11101010
Octal 357 136 352
Decimal 239 94 234
Hex EF 5E EA

RGB Percentages of Color #ef5eea

%42.15
%16.58
%41.27

CMYK Percentages of Color #ef5eea

%0
%61
%2
%6

Triadic Colors of #ef5eea

#ef5eea #eaef5e #5eeaef

Analogous Colors of #ef5eea

#ef5eea #ef5ea2 #ac5eef

Monochromatic Colors of #ef5eea

#ef5eea

Complementary Color

#ef5eea #5eef63

#ef5eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5eea Color CSS Codes

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

#ef5eea Text Font Color

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

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


#ef5eea Background Color

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

This div background color is #ef5eea


#ef5eea Border Color

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

This div border color is #ef5eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,94,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ef5eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ef5eea;
  -webkit-box-shadow: 1px 1px 3px 2px #ef5eea;
  box-shadow:         1px 1px 3px 2px #ef5eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,94,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5eea


Comments

No comments written yet.

Please login to write comment.