Color Hex Logo

#ef459a Color Hex

#EF459A
(239,69,154)
0 Favorites   0 Comments

Color spaces of #ef459a

RGB 23969154
HSL0.920.840.60
HSV330°71°94°
CMYK 0.000.710.36   0.06
XYZ43.557524.940133.0900
Yxy24.94010.42880.2455
Hunter Lab49.940168.2918-4.3272
CIE-Lab57.017070.7601-8.5735

#ef459a color RGB value is (239,69,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000101 10011010
Octal 357 105 232
Decimal 239 69 154
Hex EF 45 9A

RGB Percentages of Color #ef459a

%51.73
%14.94
%33.33

CMYK Percentages of Color #ef459a

%0
%71
%36
%6

Triadic Colors of #ef459a

#ef459a #9aef45 #459aef

Analogous Colors of #ef459a

#ef459a #ef4545 #ef45ef

Monochromatic Colors of #ef459a

#ef459a

Complementary Color

#ef459a #45ef9a

#ef459a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef459a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef459a Color CSS Codes

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

#ef459a Text Font Color

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

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


#ef459a Background Color

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

This div background color is #ef459a


#ef459a Border Color

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

This div border color is #ef459a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef459a


Comments

No comments written yet.

Please login to write comment.