Color Hex Logo

#ef92af Color Hex

#EF92AF
(239,146,175)
0 Favorites   0 Comments

Color spaces of #ef92af

RGB 239146175
HSL0.950.740.75
HSV341°39°94°
CMYK 0.000.390.27   0.06
XYZ53.613442.003645.8392
Yxy42.00360.37900.2969
Hunter Lab64.810234.24403.4323
CIE-Lab70.873438.6708-0.1139

#ef92af color RGB value is (239,146,175).

#ef92af hex color red value is 239, green value is 146 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ef92af hue: 0.95 , saturation: 0.74 and the lightness value of ef92af is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010010 10101111
Octal 357 222 257
Decimal 239 146 175
Hex EF 92 AF

RGB Percentages of Color #ef92af

%42.68
%26.07
%31.25

CMYK Percentages of Color #ef92af

%0
%39
%27
%6

Triadic Colors of #ef92af

#ef92af #afef92 #92afef

Analogous Colors of #ef92af

#ef92af #efa492 #ef92de

Monochromatic Colors of #ef92af

#ef92af

Complementary Color

#ef92af #92efd2

#ef92af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef92af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef92af Color CSS Codes

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

#ef92af Text Font Color

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

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


#ef92af Background Color

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

This div background color is #ef92af


#ef92af Border Color

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

This div border color is #ef92af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef92af


Comments

No comments written yet.

Please login to write comment.