Color Hex Logo

#e06afc Color Hex

#E06AFC
(224,106,252)
0 Favorites   0 Comments

Color spaces of #e06afc

RGB 224106252
HSL0.800.960.70
HSV288°58°99°
CMYK 0.110.580.00   0.01
XYZ53.465233.183695.6826
Yxy33.18360.29320.1820
Hunter Lab57.605264.8623-58.1574
CIE-Lab64.309366.5834-53.1028

#e06afc color RGB value is (224,106,252).

#e06afc hex color red value is 224, green value is 106 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e06afc hue: 0.80 , saturation: 0.96 and the lightness value of e06afc is 0.70.

The process color (four color CMYK) of #e06afc color hex is 0.11, 0.58, 0.00, 0.01. Web safe color of #e06afc is #cc66ff. Color #e06afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101010 11111100
Octal 340 152 374
Decimal 224 106 252
Hex E0 6A FC

RGB Percentages of Color #e06afc

%38.49
%18.21
%43.30

CMYK Percentages of Color #e06afc

%11
%58
%0
%1

Triadic Colors of #e06afc

#e06afc #fce06a #6afce0

Analogous Colors of #e06afc

#e06afc #fc6acf #976afc

Monochromatic Colors of #e06afc

#e06afc

Complementary Color

#e06afc #86fc6a

#e06afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06afc Color CSS Codes

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

#e06afc Text Font Color

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

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


#e06afc Background Color

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

This div background color is #e06afc


#e06afc Border Color

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

This div border color is #e06afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06afc

Related Colors


Comments

No comments written yet.

Please login to write comment.