Color Hex Logo

#ef569d Color Hex

#EF569D
(239,86,157)
0 Favorites   0 Comments

Color spaces of #ef569d

RGB 23986157
HSL0.920.830.64
HSV332°64°94°
CMYK 0.000.640.34   0.06
XYZ45.010227.440634.8226
Yxy27.44060.41960.2558
Hunter Lab52.383861.7026-2.7449
CIE-Lab59.380064.8137-6.8065

#ef569d color RGB value is (239,86,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010110 10011101
Octal 357 126 235
Decimal 239 86 157
Hex EF 56 9D

RGB Percentages of Color #ef569d

%49.59
%17.84
%32.57

CMYK Percentages of Color #ef569d

%0
%64
%34
%6

Triadic Colors of #ef569d

#ef569d #9def56 #569def

Analogous Colors of #ef569d

#ef569d #ef5c56 #ef56ea

Monochromatic Colors of #ef569d

#ef569d

Complementary Color

#ef569d #56efa8

#ef569d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef569d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef569d Color CSS Codes

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

#ef569d Text Font Color

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

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


#ef569d Background Color

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

This div background color is #ef569d


#ef569d Border Color

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

This div border color is #ef569d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef569d


Comments

No comments written yet.

Please login to write comment.