Color Hex Logo

#ef81af Color Hex

#EF81AF
(239,129,175)
0 Favorites   0 Comments

Color spaces of #ef81af

RGB 239129175
HSL0.930.770.72
HSV335°46°94°
CMYK 0.000.460.27   0.06
XYZ51.184737.146445.0297
Yxy37.14640.38380.2785
Hunter Lab60.947843.2476-1.1414
CIE-Lab67.386747.3648-5.2378

#ef81af color RGB value is (239,129,175).

#ef81af hex color red value is 239, green value is 129 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ef81af hue: 0.93 , saturation: 0.77 and the lightness value of ef81af is 0.72.

The process color (four color CMYK) of #ef81af color hex is 0.00, 0.46, 0.27, 0.06. Web safe color of #ef81af is #ff9999. Color #ef81af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000001 10101111
Octal 357 201 257
Decimal 239 129 175
Hex EF 81 AF

RGB Percentages of Color #ef81af

%44.01
%23.76
%32.23

CMYK Percentages of Color #ef81af

%0
%46
%27
%6

Triadic Colors of #ef81af

#ef81af #afef81 #81afef

Analogous Colors of #ef81af

#ef81af #ef8a81 #ef81e6

Monochromatic Colors of #ef81af

#ef81af

Complementary Color

#ef81af #81efc1

#ef81af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef81af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef81af Color CSS Codes

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

#ef81af Text Font Color

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

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


#ef81af Background Color

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

This div background color is #ef81af


#ef81af Border Color

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

This div border color is #ef81af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef81af


Comments

No comments written yet.

Please login to write comment.