Color Hex Logo

#e06fad Color Hex

#E06FAD
(224,111,173)
0 Favorites   0 Comments

Color spaces of #e06fad

RGB 224111173
HSL0.910.650.66
HSV327°50°88°
CMYK 0.000.500.23   0.12
XYZ43.967730.233343.0534
Yxy30.23330.37500.2578
Hunter Lab54.984846.5111-7.9350
CIE-Lab61.855051.1130-12.5626

#e06fad color RGB value is (224,111,173).

#e06fad hex color red value is 224, green value is 111 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e06fad hue: 0.91 , saturation: 0.65 and the lightness value of e06fad is 0.66.

The process color (four color CMYK) of #e06fad color hex is 0.00, 0.50, 0.23, 0.12. Web safe color of #e06fad is #cc6699. Color #e06fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101111 10101101
Octal 340 157 255
Decimal 224 111 173
Hex E0 6F AD

RGB Percentages of Color #e06fad

%44.09
%21.85
%34.06

CMYK Percentages of Color #e06fad

%0
%50
%23
%12

Triadic Colors of #e06fad

#e06fad #ade06f #6fade0

Analogous Colors of #e06fad

#e06fad #e06f75 #db6fe0

Monochromatic Colors of #e06fad

#e06fad

Complementary Color

#e06fad #6fe0a2

#e06fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06fad Color CSS Codes

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

#e06fad Text Font Color

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

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


#e06fad Background Color

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

This div background color is #e06fad


#e06fad Border Color

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

This div border color is #e06fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,111,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e06fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e06fad;
  -webkit-box-shadow: 1px 1px 3px 2px #e06fad;
  box-shadow:         1px 1px 3px 2px #e06fad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,111,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06fad


Comments

No comments written yet.

Please login to write comment.