Color Hex Logo

#ef707b Color Hex

#EF707B
(239,112,123)
0 Favorites   0 Comments

Color spaces of #ef707b

RGB 239112123
HSL0.990.800.69
HSV355°53°94°
CMYK 0.000.530.49   0.06
XYZ44.965931.369122.4238
Yxy31.36910.45530.3176
Hunter Lab56.008145.293815.4679
CIE-Lab62.818049.866717.7850

#ef707b color RGB value is (239,112,123).

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

The process color (four color CMYK) of #ef707b color hex is 0.00, 0.53, 0.49, 0.06. Web safe color of #ef707b is #ff6666. Color #ef707b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110000 01111011
Octal 357 160 173
Decimal 239 112 123
Hex EF 70 7B

RGB Percentages of Color #ef707b

%50.42
%23.63
%25.95

CMYK Percentages of Color #ef707b

%0
%53
%49
%6

Triadic Colors of #ef707b

#ef707b #7bef70 #707bef

Analogous Colors of #ef707b

#ef707b #efa570 #ef70bb

Monochromatic Colors of #ef707b

#ef707b

Complementary Color

#ef707b #70efe4

#ef707b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef707b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef707b Color CSS Codes

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

#ef707b Text Font Color

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

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


#ef707b Background Color

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

This div background color is #ef707b


#ef707b Border Color

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

This div border color is #ef707b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef707b


Comments

No comments written yet.

Please login to write comment.