Color Hex Logo

#e06fa4 Color Hex

#E06FA4
(224,111,164)
0 Favorites   0 Comments

Color spaces of #e06fa4

RGB 224111164
HSL0.920.650.66
HSV332°50°88°
CMYK 0.000.500.27   0.12
XYZ43.125729.896538.6196
Yxy29.89650.38630.2678
Hunter Lab54.677745.1016-3.6030
CIE-Lab61.564849.8794-7.8402

#e06fa4 color RGB value is (224,111,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101111 10100100
Octal 340 157 244
Decimal 224 111 164
Hex E0 6F A4

RGB Percentages of Color #e06fa4

%44.89
%22.24
%32.87

CMYK Percentages of Color #e06fa4

%0
%50
%27
%12

Triadic Colors of #e06fa4

#e06fa4 #a4e06f #6fa4e0

Analogous Colors of #e06fa4

#e06fa4 #e0736f #e06fdd

Monochromatic Colors of #e06fa4

#e06fa4

Complementary Color

#e06fa4 #6fe0ab

#e06fa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06fa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06fa4 Color CSS Codes

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

#e06fa4 Text Font Color

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

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


#e06fa4 Background Color

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

This div background color is #e06fa4


#e06fa4 Border Color

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

This div border color is #e06fa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06fa4


Comments

No comments written yet.

Please login to write comment.