Color Hex Logo

#ef7eba Color Hex

#EF7EBA
(239,126,186)
0 Favorites   0 Comments

Color spaces of #ef7eba

RGB 239126186
HSL0.910.780.72
HSV328°47°94°
CMYK 0.000.470.22   0.06
XYZ51.920436.817650.8244
Yxy36.81760.37200.2638
Hunter Lab60.677546.5529-7.1879
CIE-Lab67.140050.3681-11.7989

#ef7eba color RGB value is (239,126,186).

#ef7eba hex color red value is 239, green value is 126 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ef7eba hue: 0.91 , saturation: 0.78 and the lightness value of ef7eba is 0.72.

The process color (four color CMYK) of #ef7eba color hex is 0.00, 0.47, 0.22, 0.06. Web safe color of #ef7eba is #ff66cc. Color #ef7eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111110 10111010
Octal 357 176 272
Decimal 239 126 186
Hex EF 7E BA

RGB Percentages of Color #ef7eba

%43.38
%22.87
%33.76

CMYK Percentages of Color #ef7eba

%0
%47
%22
%6

Triadic Colors of #ef7eba

#ef7eba #baef7e #7ebaef

Analogous Colors of #ef7eba

#ef7eba #ef7e82 #ec7eef

Monochromatic Colors of #ef7eba

#ef7eba

Complementary Color

#ef7eba #7eefb3

#ef7eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7eba Color CSS Codes

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

#ef7eba Text Font Color

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

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


#ef7eba Background Color

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

This div background color is #ef7eba


#ef7eba Border Color

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

This div border color is #ef7eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7eba


Comments

No comments written yet.

Please login to write comment.