Color Hex Logo

#ef807b Color Hex

#EF807B
(239,128,123)
0 Favorites   0 Comments

Color spaces of #ef807b

RGB 239128123
HSL0.010.780.71
HSV49°94°
CMYK 0.000.460.49   0.06
XYZ46.890935.219123.0654
Yxy35.21910.44580.3349
Hunter Lab59.345737.183618.4982
CIE-Lab65.918941.982922.0155

#ef807b color RGB value is (239,128,123).

#ef807b hex color red value is 239, green value is 128 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ef807b hue: 0.01 , saturation: 0.78 and the lightness value of ef807b is 0.71.

The process color (four color CMYK) of #ef807b color hex is 0.00, 0.46, 0.49, 0.06. Web safe color of #ef807b is #ff9966. Color #ef807b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000000 01111011
Octal 357 200 173
Decimal 239 128 123
Hex EF 80 7B

RGB Percentages of Color #ef807b

%48.78
%26.12
%25.10

CMYK Percentages of Color #ef807b

%0
%46
%49
%6

Triadic Colors of #ef807b

#ef807b #7bef80 #807bef

Analogous Colors of #ef807b

#ef807b #efba7b #ef7bb0

Monochromatic Colors of #ef807b

#ef807b

Complementary Color

#ef807b #7beaef

#ef807b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef807b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef807b Color CSS Codes

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

#ef807b Text Font Color

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

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


#ef807b Background Color

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

This div background color is #ef807b


#ef807b Border Color

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

This div border color is #ef807b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,128,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 #ef807b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef807b


Comments

No comments written yet.

Please login to write comment.