Color Hex Logo

#ef094d Color Hex

#EF094D
(239,9,77)
0 Favorites   0 Comments

Color spaces of #ef094d

RGB 239977
HSL0.950.930.49
HSV342°96°94°
CMYK 0.000.960.68   0.06
XYZ37.033819.08198.7525
Yxy19.08190.57090.2942
Hunter Lab43.682874.885318.6984
CIE-Lab50.782977.336428.8277

#ef094d color RGB value is (239,9,77).

#ef094d hex color red value is 239, green value is 9 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ef094d hue: 0.95 , saturation: 0.93 and the lightness value of ef094d is 0.49.

The process color (four color CMYK) of #ef094d color hex is 0.00, 0.96, 0.68, 0.06. Web safe color of #ef094d is #ff0066. Color #ef094d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001001 01001101
Octal 357 11 115
Decimal 239 9 77
Hex EF 9 4D

RGB Percentages of Color #ef094d

%73.54
%2.77
%23.69

CMYK Percentages of Color #ef094d

%0
%96
%68
%6

Triadic Colors of #ef094d

#ef094d #4def09 #094def

Analogous Colors of #ef094d

#ef094d #ef3809 #ef09c0

Monochromatic Colors of #ef094d

#ef094d

Complementary Color

#ef094d #09efab

#ef094d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef094d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef094d Color CSS Codes

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

#ef094d Text Font Color

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

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


#ef094d Background Color

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

This div background color is #ef094d


#ef094d Border Color

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

This div border color is #ef094d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef094d


Comments

No comments written yet.

Please login to write comment.