Color Hex Logo

#ef157a Color Hex

#EF157A
(239,21,122)
0 Favorites   0 Comments

Color spaces of #ef157a

RGB 23921122
HSL0.920.870.51
HSV332°91°94°
CMYK 0.000.910.49   0.06
XYZ39.377620.292220.2537
Yxy20.29220.49270.2539
Hunter Lab45.046977.20334.8752
CIE-Lab52.166078.92193.3595

#ef157a color RGB value is (239,21,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010101 01111010
Octal 357 25 172
Decimal 239 21 122
Hex EF 15 7A

RGB Percentages of Color #ef157a

%62.57
%5.50
%31.94

CMYK Percentages of Color #ef157a

%0
%91
%49
%6

Triadic Colors of #ef157a

#ef157a #7aef15 #157aef

Analogous Colors of #ef157a

#ef157a #ef1d15 #ef15e7

Monochromatic Colors of #ef157a

#ef157a

Complementary Color

#ef157a #15ef8a

#ef157a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef157a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef157a Color CSS Codes

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

#ef157a Text Font Color

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

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


#ef157a Background Color

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

This div background color is #ef157a


#ef157a Border Color

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

This div border color is #ef157a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef157a


Comments

No comments written yet.

Please login to write comment.