Color Hex Logo

#ef175e Color Hex

#EF175E
(239,23,94)
0 Favorites   0 Comments

Color spaces of #ef175e

RGB 2392394
HSL0.950.870.51
HSV340°90°94°
CMYK 0.000.900.61   0.06
XYZ37.923419.771712.4072
Yxy19.77170.54100.2820
Hunter Lab44.465474.423714.5820
CIE-Lab51.578176.809819.5520

#ef175e color RGB value is (239,23,94).

#ef175e hex color red value is 239, green value is 23 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ef175e hue: 0.95 , saturation: 0.87 and the lightness value of ef175e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010111 01011110
Octal 357 27 136
Decimal 239 23 94
Hex EF 17 5E

RGB Percentages of Color #ef175e

%67.13
%6.46
%26.40

CMYK Percentages of Color #ef175e

%0
%90
%61
%6

Triadic Colors of #ef175e

#ef175e #5eef17 #175eef

Analogous Colors of #ef175e

#ef175e #ef3c17 #ef17ca

Monochromatic Colors of #ef175e

#ef175e

Complementary Color

#ef175e #17efa8

#ef175e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef175e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef175e Color CSS Codes

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

#ef175e Text Font Color

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

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


#ef175e Background Color

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

This div background color is #ef175e


#ef175e Border Color

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

This div border color is #ef175e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,23,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 #ef175e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef175e


Comments

No comments written yet.

Please login to write comment.