Color Hex Logo

#ef568a Color Hex

#EF568A
(239,86,138)
0 Favorites   0 Comments

Color spaces of #ef568a

RGB 23986138
HSL0.940.830.64
HSV340°64°94°
CMYK 0.000.640.42   0.06
XYZ43.511826.841326.9323
Yxy26.84130.44730.2759
Hunter Lab51.808659.24945.4446
CIE-Lab58.827162.82293.4668

#ef568a color RGB value is (239,86,138).

#ef568a hex color red value is 239, green value is 86 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ef568a hue: 0.94 , saturation: 0.83 and the lightness value of ef568a is 0.64.

The process color (four color CMYK) of #ef568a color hex is 0.00, 0.64, 0.42, 0.06. Web safe color of #ef568a is #ff6699. Color #ef568a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010110 10001010
Octal 357 126 212
Decimal 239 86 138
Hex EF 56 8A

RGB Percentages of Color #ef568a

%51.62
%18.57
%29.81

CMYK Percentages of Color #ef568a

%0
%64
%42
%6

Triadic Colors of #ef568a

#ef568a #8aef56 #568aef

Analogous Colors of #ef568a

#ef568a #ef6f56 #ef56d7

Monochromatic Colors of #ef568a

#ef568a

Complementary Color

#ef568a #56efbb

#ef568a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef568a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef568a Color CSS Codes

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

#ef568a Text Font Color

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

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


#ef568a Background Color

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

This div background color is #ef568a


#ef568a Border Color

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

This div border color is #ef568a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef568a


Comments

No comments written yet.

Please login to write comment.