Color Hex Logo

#ef085e Color Hex

#EF085E
(239,8,94)
0 Favorites   0 Comments

Color spaces of #ef085e

RGB 239894
HSL0.940.940.48
HSV338°97°94°
CMYK 0.000.970.61   0.06
XYZ37.703819.332512.3340
Yxy19.33250.54350.2787
Hunter Lab43.968776.120914.1462
CIE-Lab51.074078.270918.8739

#ef085e color RGB value is (239,8,94).

#ef085e hex color red value is 239, green value is 8 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ef085e hue: 0.94 , saturation: 0.94 and the lightness value of ef085e is 0.48.

The process color (four color CMYK) of #ef085e color hex is 0.00, 0.97, 0.61, 0.06. Web safe color of #ef085e is #ff0066. Color #ef085e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001000 01011110
Octal 357 10 136
Decimal 239 8 94
Hex EF 8 5E

RGB Percentages of Color #ef085e

%70.09
%2.35
%27.57

CMYK Percentages of Color #ef085e

%0
%97
%61
%6

Triadic Colors of #ef085e

#ef085e #5eef08 #085eef

Analogous Colors of #ef085e

#ef085e #ef2608 #ef08d2

Monochromatic Colors of #ef085e

#ef085e

Complementary Color

#ef085e #08ef99

#ef085e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef085e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef085e Color CSS Codes

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

#ef085e Text Font Color

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

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


#ef085e Background Color

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

This div background color is #ef085e


#ef085e Border Color

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

This div border color is #ef085e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef085e


Comments

No comments written yet.

Please login to write comment.