Color Hex Logo

#e06fae Color Hex

#E06FAE
(224,111,174)
0 Favorites   0 Comments

Color spaces of #e06fae

RGB 224111174
HSL0.910.650.66
HSV327°50°88°
CMYK 0.000.500.22   0.12
XYZ44.064930.272243.5650
Yxy30.27220.37370.2568
Hunter Lab55.020246.6729-8.4317
CIE-Lab61.888451.2539-13.0843

#e06fae color RGB value is (224,111,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101111 10101110
Octal 340 157 256
Decimal 224 111 174
Hex E0 6F AE

RGB Percentages of Color #e06fae

%44.01
%21.81
%34.18

CMYK Percentages of Color #e06fae

%0
%50
%22
%12

Triadic Colors of #e06fae

#e06fae #aee06f #6faee0

Analogous Colors of #e06fae

#e06fae #e06f76 #da6fe0

Monochromatic Colors of #e06fae

#e06fae

Complementary Color

#e06fae #6fe0a1

#e06fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06fae Color CSS Codes

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

#e06fae Text Font Color

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

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


#e06fae Background Color

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

This div background color is #e06fae


#e06fae Border Color

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

This div border color is #e06fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06fae


Comments

No comments written yet.

Please login to write comment.