Color Hex Logo

#ef7cab Color Hex

#EF7CAB
(239,124,171)
0 Favorites   0 Comments

Color spaces of #ef7cab

RGB 239124171
HSL0.930.780.71
HSV335°48°94°
CMYK 0.000.480.28   0.06
XYZ50.154935.706342.7766
Yxy35.70630.38990.2776
Hunter Lab59.754745.2524-0.6156
CIE-Lab66.294949.3243-4.5924

#ef7cab color RGB value is (239,124,171).

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

The process color (four color CMYK) of #ef7cab color hex is 0.00, 0.48, 0.28, 0.06. Web safe color of #ef7cab is #ff6699. Color #ef7cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111100 10101011
Octal 357 174 253
Decimal 239 124 171
Hex EF 7C AB

RGB Percentages of Color #ef7cab

%44.76
%23.22
%32.02

CMYK Percentages of Color #ef7cab

%0
%48
%28
%6

Triadic Colors of #ef7cab

#ef7cab #abef7c #7cabef

Analogous Colors of #ef7cab

#ef7cab #ef877c #ef7ce5

Monochromatic Colors of #ef7cab

#ef7cab

Complementary Color

#ef7cab #7cefc0

#ef7cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7cab Color CSS Codes

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

#ef7cab Text Font Color

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

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


#ef7cab Background Color

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

This div background color is #ef7cab


#ef7cab Border Color

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

This div border color is #ef7cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7cab


Comments

No comments written yet.

Please login to write comment.