Color Hex Logo

#ef6cab Color Hex

#EF6CAB
(239,108,171)
0 Favorites   0 Comments

Color spaces of #ef6cab

RGB 239108171
HSL0.920.800.68
HSV331°55°94°
CMYK 0.000.550.28   0.06
XYZ48.309932.016142.1616
Yxy32.01610.39440.2614
Hunter Lab56.582853.3820-4.5709
CIE-Lab63.356256.9747-8.9537

#ef6cab color RGB value is (239,108,171).

#ef6cab hex color red value is 239, green value is 108 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ef6cab hue: 0.92 , saturation: 0.80 and the lightness value of ef6cab is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101100 10101011
Octal 357 154 253
Decimal 239 108 171
Hex EF 6C AB

RGB Percentages of Color #ef6cab

%46.14
%20.85
%33.01

CMYK Percentages of Color #ef6cab

%0
%55
%28
%6

Triadic Colors of #ef6cab

#ef6cab #abef6c #6cabef

Analogous Colors of #ef6cab

#ef6cab #ef6f6c #ef6ced

Monochromatic Colors of #ef6cab

#ef6cab

Complementary Color

#ef6cab #6cefb0

#ef6cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef6cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef6cab Color CSS Codes

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

#ef6cab Text Font Color

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

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


#ef6cab Background Color

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

This div background color is #ef6cab


#ef6cab Border Color

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

This div border color is #ef6cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef6cab


Comments

No comments written yet.

Please login to write comment.