Color Hex Logo

#ef478d Color Hex

#EF478D
(239,71,141)
0 Favorites   0 Comments

Color spaces of #ef478d

RGB 23971141
HSL0.930.840.61
HSV335°70°94°
CMYK 0.000.700.41   0.06
XYZ42.657624.780327.7341
Yxy24.78030.44820.2604
Hunter Lab49.779865.84661.8133
CIE-Lab56.860768.7605-1.1573

#ef478d color RGB value is (239,71,141).

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

The process color (four color CMYK) of #ef478d color hex is 0.00, 0.70, 0.41, 0.06. Web safe color of #ef478d is #ff3399. Color #ef478d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000111 10001101
Octal 357 107 215
Decimal 239 71 141
Hex EF 47 8D

RGB Percentages of Color #ef478d

%52.99
%15.74
%31.26

CMYK Percentages of Color #ef478d

%0
%70
%41
%6

Triadic Colors of #ef478d

#ef478d #8def47 #478def

Analogous Colors of #ef478d

#ef478d #ef5547 #ef47e1

Monochromatic Colors of #ef478d

#ef478d

Complementary Color

#ef478d #47efa9

#ef478d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef478d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef478d Color CSS Codes

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

#ef478d Text Font Color

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

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


#ef478d Background Color

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

This div background color is #ef478d


#ef478d Border Color

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

This div border color is #ef478d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef478d


Comments

No comments written yet.

Please login to write comment.