Color Hex Logo

#ef459d Color Hex

#EF459D
(239,69,157)
0 Favorites   0 Comments

Color spaces of #ef459d

RGB 23969157
HSL0.910.840.60
HSV329°71°94°
CMYK 0.000.710.34   0.06
XYZ43.810525.041334.4227
Yxy25.04130.42420.2425
Hunter Lab50.041368.7022-5.7559
CIE-Lab57.115671.0799-10.1849

#ef459d color RGB value is (239,69,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000101 10011101
Octal 357 105 235
Decimal 239 69 157
Hex EF 45 9D

RGB Percentages of Color #ef459d

%51.40
%14.84
%33.76

CMYK Percentages of Color #ef459d

%0
%71
%34
%6

Triadic Colors of #ef459d

#ef459d #9def45 #459def

Analogous Colors of #ef459d

#ef459d #ef4548 #ec45ef

Monochromatic Colors of #ef459d

#ef459d

Complementary Color

#ef459d #45ef97

#ef459d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef459d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef459d Color CSS Codes

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

#ef459d Text Font Color

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

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


#ef459d Background Color

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

This div background color is #ef459d


#ef459d Border Color

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

This div border color is #ef459d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef459d


Comments

No comments written yet.

Please login to write comment.