Color Hex Logo

#ef7adf Color Hex

#EF7ADF
(239,122,223)
0 Favorites   0 Comments

Color spaces of #ef7adf

RGB 239122223
HSL0.860.790.71
HSV308°49°94°
CMYK 0.000.490.07   0.06
XYZ55.875437.597574.1241
Yxy37.59750.33340.2243
Hunter Lab61.316855.3551-28.7522
CIE-Lab67.722957.9808-31.5896

#ef7adf color RGB value is (239,122,223).

#ef7adf hex color red value is 239, green value is 122 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ef7adf hue: 0.86 , saturation: 0.79 and the lightness value of ef7adf is 0.71.

The process color (four color CMYK) of #ef7adf color hex is 0.00, 0.49, 0.07, 0.06. Web safe color of #ef7adf is #ff66cc. Color #ef7adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111010 11011111
Octal 357 172 337
Decimal 239 122 223
Hex EF 7A DF

RGB Percentages of Color #ef7adf

%40.92
%20.89
%38.18

CMYK Percentages of Color #ef7adf

%0
%49
%7
%6

Triadic Colors of #ef7adf

#ef7adf #dfef7a #7adfef

Analogous Colors of #ef7adf

#ef7adf #ef7aa5 #c57aef

Monochromatic Colors of #ef7adf

#ef7adf

Complementary Color

#ef7adf #7aef8a

#ef7adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7adf Color CSS Codes

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

#ef7adf Text Font Color

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

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


#ef7adf Background Color

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

This div background color is #ef7adf


#ef7adf Border Color

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

This div border color is #ef7adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7adf


Comments

No comments written yet.

Please login to write comment.