Color Hex Logo

#e642fd Color Hex

#E642FD
(230,66,253)
0 Favorites   0 Comments

Color spaces of #e642fd

RGB 23066253
HSL0.810.980.63
HSV293°74°99°
CMYK 0.090.740.00   0.01
XYZ52.311027.811395.5395
Yxy27.81130.29780.1583
Hunter Lab52.736484.7713-70.4967
CIE-Lab59.717983.3823-60.9235

#e642fd color RGB value is (230,66,253).

#e642fd hex color red value is 230, green value is 66 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e642fd hue: 0.81 , saturation: 0.98 and the lightness value of e642fd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000010 11111101
Octal 346 102 375
Decimal 230 66 253
Hex E6 42 FD

RGB Percentages of Color #e642fd

%41.89
%12.02
%46.08

CMYK Percentages of Color #e642fd

%9
%74
%0
%1

Triadic Colors of #e642fd

#e642fd #fde642 #42fde6

Analogous Colors of #e642fd

#e642fd #fd42b7 #8942fd

Monochromatic Colors of #e642fd

#e642fd

Complementary Color

#e642fd #59fd42

#e642fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e642fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e642fd Color CSS Codes

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

#e642fd Text Font Color

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

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


#e642fd Background Color

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

This div background color is #e642fd


#e642fd Border Color

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

This div border color is #e642fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,66,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e642fd

Related Colors


Comments

No comments written yet.

Please login to write comment.