Color Hex Logo

#ef187a Color Hex

#EF187A
(239,24,122)
0 Favorites   0 Comments

Color spaces of #ef187a

RGB 23924122
HSL0.920.870.52
HSV333°90°94°
CMYK 0.000.900.49   0.06
XYZ39.436120.409120.2732
Yxy20.40910.49220.2547
Hunter Lab45.176476.76025.0168
CIE-Lab52.296678.54333.5481

#ef187a color RGB value is (239,24,122).

#ef187a hex color red value is 239, green value is 24 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ef187a hue: 0.92 , saturation: 0.87 and the lightness value of ef187a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011000 01111010
Octal 357 30 172
Decimal 239 24 122
Hex EF 18 7A

RGB Percentages of Color #ef187a

%62.08
%6.23
%31.69

CMYK Percentages of Color #ef187a

%0
%90
%49
%6

Triadic Colors of #ef187a

#ef187a #7aef18 #187aef

Analogous Colors of #ef187a

#ef187a #ef2218 #ef18e6

Monochromatic Colors of #ef187a

#ef187a

Complementary Color

#ef187a #18ef8d

#ef187a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef187a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef187a Color CSS Codes

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

#ef187a Text Font Color

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

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


#ef187a Background Color

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

This div background color is #ef187a


#ef187a Border Color

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

This div border color is #ef187a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef187a


Comments

No comments written yet.

Please login to write comment.