Color Hex Logo

#e067fc Color Hex

#E067FC
(224,103,252)
0 Favorites   0 Comments

Color spaces of #e067fc

RGB 224103252
HSL0.800.960.70
HSV289°59°99°
CMYK 0.110.590.00   0.01
XYZ53.161432.576195.5814
Yxy32.57610.29320.1797
Hunter Lab57.075566.3769-59.3371
CIE-Lab63.816267.9256-53.8854

#e067fc color RGB value is (224,103,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100111 11111100
Octal 340 147 374
Decimal 224 103 252
Hex E0 67 FC

RGB Percentages of Color #e067fc

%38.69
%17.79
%43.52

CMYK Percentages of Color #e067fc

%11
%59
%0
%1

Triadic Colors of #e067fc

#e067fc #fce067 #67fce0

Analogous Colors of #e067fc

#e067fc #fc67ce #9667fc

Monochromatic Colors of #e067fc

#e067fc

Complementary Color

#e067fc #83fc67

#e067fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e067fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e067fc Color CSS Codes

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

#e067fc Text Font Color

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

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


#e067fc Background Color

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

This div background color is #e067fc


#e067fc Border Color

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

This div border color is #e067fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,103,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 #e067fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e067fc

Related Colors


Comments

No comments written yet.

Please login to write comment.