Color Hex Logo

#e065fc Color Hex

#E065FC
(224,101,252)
0 Favorites   0 Comments

Color spaces of #e065fc

RGB 224101252
HSL0.800.960.69
HSV289°60°99°
CMYK 0.110.600.00   0.01
XYZ52.964832.182995.5158
Yxy32.18290.29320.1781
Hunter Lab56.730067.3755-60.1151
CIE-Lab63.493868.8069-54.3975

#e065fc color RGB value is (224,101,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100101 11111100
Octal 340 145 374
Decimal 224 101 252
Hex E0 65 FC

RGB Percentages of Color #e065fc

%38.82
%17.50
%43.67

CMYK Percentages of Color #e065fc

%11
%60
%0
%1

Triadic Colors of #e065fc

#e065fc #fce065 #65fce0

Analogous Colors of #e065fc

#e065fc #fc65cd #9565fc

Monochromatic Colors of #e065fc

#e065fc

Complementary Color

#e065fc #81fc65

#e065fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e065fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e065fc Color CSS Codes

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

#e065fc Text Font Color

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

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


#e065fc Background Color

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

This div background color is #e065fc


#e065fc Border Color

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

This div border color is #e065fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e065fc


Comments

No comments written yet.

Please login to write comment.