Color Hex Logo

#ef9472 Color Hex

#EF9472
(239,148,114)
0 Favorites   0 Comments

Color spaces of #ef9472

RGB 239148114
HSL0.050.800.69
HSV16°52°94°
CMYK 0.000.380.52   0.06
XYZ49.223840.745421.1899
Yxy40.74540.44280.3666
Hunter Lab63.832125.943125.0004
CIE-Lab69.997230.850332.3702

#ef9472 color RGB value is (239,148,114).

#ef9472 hex color red value is 239, green value is 148 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ef9472 hue: 0.05 , saturation: 0.80 and the lightness value of ef9472 is 0.69.

The process color (four color CMYK) of #ef9472 color hex is 0.00, 0.38, 0.52, 0.06. Web safe color of #ef9472 is #ff9966. Color #ef9472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010100 01110010
Octal 357 224 162
Decimal 239 148 114
Hex EF 94 72

RGB Percentages of Color #ef9472

%47.70
%29.54
%22.75

CMYK Percentages of Color #ef9472

%0
%38
%52
%6

Triadic Colors of #ef9472

#ef9472 #72ef94 #9472ef

Analogous Colors of #ef9472

#ef9472 #efd372 #ef728f

Monochromatic Colors of #ef9472

#ef9472

Complementary Color

#ef9472 #72cdef

#ef9472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9472 Color CSS Codes

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

#ef9472 Text Font Color

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

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


#ef9472 Background Color

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

This div background color is #ef9472


#ef9472 Border Color

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

This div border color is #ef9472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9472


Comments

No comments written yet.

Please login to write comment.