Color Hex Logo

#ef6fae Color Hex

#EF6FAE
(239,111,174)
0 Favorites   0 Comments

Color spaces of #ef6fae

RGB 239111174
HSL0.920.800.69
HSV330°54°94°
CMYK 0.000.540.27   0.06
XYZ48.921032.775643.7923
Yxy32.77560.38980.2612
Hunter Lab57.250052.3436-5.2778
CIE-Lab63.978855.9665-9.7360

#ef6fae color RGB value is (239,111,174).

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

The process color (four color CMYK) of #ef6fae color hex is 0.00, 0.54, 0.27, 0.06. Web safe color of #ef6fae is #ff6699. Color #ef6fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101111 10101110
Octal 357 157 256
Decimal 239 111 174
Hex EF 6F AE

RGB Percentages of Color #ef6fae

%45.61
%21.18
%33.21

CMYK Percentages of Color #ef6fae

%0
%54
%27
%6

Triadic Colors of #ef6fae

#ef6fae #aeef6f #6faeef

Analogous Colors of #ef6fae

#ef6fae #ef706f #ef6fee

Monochromatic Colors of #ef6fae

#ef6fae

Complementary Color

#ef6fae #6fefb0

#ef6fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef6fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef6fae Color CSS Codes

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

#ef6fae Text Font Color

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

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


#ef6fae Background Color

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

This div background color is #ef6fae


#ef6fae Border Color

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

This div border color is #ef6fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef6fae


Comments

No comments written yet.

Please login to write comment.