Color Hex Logo

#ef7cba Color Hex

#EF7CBA
(239,124,186)
0 Favorites   0 Comments

Color spaces of #ef7cba

RGB 239124186
HSL0.910.780.71
HSV328°48°94°
CMYK 0.000.480.22   0.06
XYZ51.667236.311250.7400
Yxy36.31120.37250.2618
Hunter Lab60.258847.5970-7.7431
CIE-Lab66.757051.3532-12.3732

#ef7cba color RGB value is (239,124,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111100 10111010
Octal 357 174 272
Decimal 239 124 186
Hex EF 7C BA

RGB Percentages of Color #ef7cba

%43.53
%22.59
%33.88

CMYK Percentages of Color #ef7cba

%0
%48
%22
%6

Triadic Colors of #ef7cba

#ef7cba #baef7c #7cbaef

Analogous Colors of #ef7cba

#ef7cba #ef7c81 #eb7cef

Monochromatic Colors of #ef7cba

#ef7cba

Complementary Color

#ef7cba #7cefb1

#ef7cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7cba Color CSS Codes

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

#ef7cba Text Font Color

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

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


#ef7cba Background Color

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

This div background color is #ef7cba


#ef7cba Border Color

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

This div border color is #ef7cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7cba


Comments

No comments written yet.

Please login to write comment.