Color Hex Logo

#ef458f Color Hex

#EF458F
(239,69,143)
0 Favorites   0 Comments

Color spaces of #ef458f

RGB 23969143
HSL0.930.840.60
HSV334°71°94°
CMYK 0.000.710.40   0.06
XYZ42.682724.590128.4833
Yxy24.59010.44570.2568
Hunter Lab49.588466.86230.6560
CIE-Lab56.673869.6411-2.6109

#ef458f color RGB value is (239,69,143).

#ef458f hex color red value is 239, green value is 69 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ef458f hue: 0.93 , saturation: 0.84 and the lightness value of ef458f is 0.60.

The process color (four color CMYK) of #ef458f color hex is 0.00, 0.71, 0.40, 0.06. Web safe color of #ef458f is #ff3399. Color #ef458f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000101 10001111
Octal 357 105 217
Decimal 239 69 143
Hex EF 45 8F

RGB Percentages of Color #ef458f

%52.99
%15.30
%31.71

CMYK Percentages of Color #ef458f

%0
%71
%40
%6

Triadic Colors of #ef458f

#ef458f #8fef45 #458fef

Analogous Colors of #ef458f

#ef458f #ef5045 #ef45e4

Monochromatic Colors of #ef458f

#ef458f

Complementary Color

#ef458f #45efa5

#ef458f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef458f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef458f Color CSS Codes

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

#ef458f Text Font Color

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

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


#ef458f Background Color

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

This div background color is #ef458f


#ef458f Border Color

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

This div border color is #ef458f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef458f


Comments

No comments written yet.

Please login to write comment.