Color Hex Logo

#ef495d Color Hex

#EF495D
(239,73,93)
0 Favorites   0 Comments

Color spaces of #ef495d

RGB 2397393
HSL0.980.840.61
HSV353°69°94°
CMYK 0.000.690.61   0.06
XYZ39.954923.906112.8644
Yxy23.90610.52080.3116
Hunter Lab48.893960.301718.6260
CIE-Lab55.993764.236025.9884

#ef495d color RGB value is (239,73,93).

#ef495d hex color red value is 239, green value is 73 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ef495d hue: 0.98 , saturation: 0.84 and the lightness value of ef495d is 0.61.

The process color (four color CMYK) of #ef495d color hex is 0.00, 0.69, 0.61, 0.06. Web safe color of #ef495d is #ff3366. Color #ef495d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001001 01011101
Octal 357 111 135
Decimal 239 73 93
Hex EF 49 5D

RGB Percentages of Color #ef495d

%59.01
%18.02
%22.96

CMYK Percentages of Color #ef495d

%0
%69
%61
%6

Triadic Colors of #ef495d

#ef495d #5def49 #495def

Analogous Colors of #ef495d

#ef495d #ef8849 #ef49b0

Monochromatic Colors of #ef495d

#ef495d

Complementary Color

#ef495d #49efdb

#ef495d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef495d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef495d Color CSS Codes

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

#ef495d Text Font Color

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

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


#ef495d Background Color

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

This div background color is #ef495d


#ef495d Border Color

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

This div border color is #ef495d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef495d


Comments

No comments written yet.

Please login to write comment.