Color Hex Logo

#e640fc Color Hex

#E640FC
(230,64,252)
0 Favorites   0 Comments

Color spaces of #e640fc

RGB 23064252
HSL0.810.970.62
HSV293°75°99°
CMYK 0.090.750.00   0.01
XYZ52.037227.518194.6643
Yxy27.51810.29870.1580
Hunter Lab52.457785.2682-70.2734
CIE-Lab59.450983.8171-60.7974

#e640fc color RGB value is (230,64,252).

#e640fc hex color red value is 230, green value is 64 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e640fc hue: 0.81 , saturation: 0.97 and the lightness value of e640fc is 0.62.

The process color (four color CMYK) of #e640fc color hex is 0.09, 0.75, 0.00, 0.01. Web safe color of #e640fc is #ff33ff. Color #e640fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000000 11111100
Octal 346 100 374
Decimal 230 64 252
Hex E6 40 FC

RGB Percentages of Color #e640fc

%42.12
%11.72
%46.15

CMYK Percentages of Color #e640fc

%9
%75
%0
%1

Triadic Colors of #e640fc

#e640fc #fce640 #40fce6

Analogous Colors of #e640fc

#e640fc #fc40b4 #8840fc

Monochromatic Colors of #e640fc

#e640fc

Complementary Color

#e640fc #56fc40

#e640fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e640fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e640fc Color CSS Codes

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

#e640fc Text Font Color

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

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


#e640fc Background Color

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

This div background color is #e640fc


#e640fc Border Color

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

This div border color is #e640fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e640fc


Comments

No comments written yet.

Please login to write comment.