Color Hex Logo

#ef459e Color Hex

#EF459E
(239,69,158)
0 Favorites   0 Comments

Color spaces of #ef459e

RGB 23969158
HSL0.910.840.60
HSV329°71°94°
CMYK 0.000.710.34   0.06
XYZ43.896325.075634.8742
Yxy25.07560.42270.2415
Hunter Lab50.075568.8412-6.2386
CIE-Lab57.149071.1880-10.7205

#ef459e color RGB value is (239,69,158).

#ef459e hex color red value is 239, green value is 69 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ef459e hue: 0.91 , saturation: 0.84 and the lightness value of ef459e is 0.60.

The process color (four color CMYK) of #ef459e color hex is 0.00, 0.71, 0.34, 0.06. Web safe color of #ef459e is #ff3399. Color #ef459e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000101 10011110
Octal 357 105 236
Decimal 239 69 158
Hex EF 45 9E

RGB Percentages of Color #ef459e

%51.29
%14.81
%33.91

CMYK Percentages of Color #ef459e

%0
%71
%34
%6

Triadic Colors of #ef459e

#ef459e #9eef45 #459eef

Analogous Colors of #ef459e

#ef459e #ef4549 #eb45ef

Monochromatic Colors of #ef459e

#ef459e

Complementary Color

#ef459e #45ef96

#ef459e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef459e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef459e Color CSS Codes

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

#ef459e Text Font Color

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

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


#ef459e Background Color

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

This div background color is #ef459e


#ef459e Border Color

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

This div border color is #ef459e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef459e


Comments

No comments written yet.

Please login to write comment.