Color Hex Logo

#ef725b Color Hex

#EF725B
(239,114,91)
0 Favorites   0 Comments

Color spaces of #ef725b

RGB 23911491
HSL0.030.820.65
HSV62°94°
CMYK 0.000.520.62   0.06
XYZ43.502231.140713.6155
Yxy31.14070.49290.3528
Hunter Lab55.803941.493924.5966
CIE-Lab62.626246.419235.5499

#ef725b color RGB value is (239,114,91).

#ef725b hex color red value is 239, green value is 114 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ef725b hue: 0.03 , saturation: 0.82 and the lightness value of ef725b is 0.65.

The process color (four color CMYK) of #ef725b color hex is 0.00, 0.52, 0.62, 0.06. Web safe color of #ef725b is #ff6666. Color #ef725b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110010 01011011
Octal 357 162 133
Decimal 239 114 91
Hex EF 72 5B

RGB Percentages of Color #ef725b

%53.83
%25.68
%20.50

CMYK Percentages of Color #ef725b

%0
%52
%62
%6

Triadic Colors of #ef725b

#ef725b #5bef72 #725bef

Analogous Colors of #ef725b

#ef725b #efbc5b #ef5b8e

Monochromatic Colors of #ef725b

#ef725b

Complementary Color

#ef725b #5bd8ef

#ef725b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef725b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef725b Color CSS Codes

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

#ef725b Text Font Color

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

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


#ef725b Background Color

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

This div background color is #ef725b


#ef725b Border Color

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

This div border color is #ef725b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef725b


Comments

No comments written yet.

Please login to write comment.