Color Hex Logo

#e642f9 Color Hex

#E642F9
(230,66,249)
0 Favorites   0 Comments

Color spaces of #e642f9

RGB 23066249
HSL0.820.940.62
HSV294°73°98°
CMYK 0.080.730.00   0.02
XYZ51.680227.559092.2181
Yxy27.55900.30140.1607
Hunter Lab52.496783.8547-67.4039
CIE-Lab59.488282.7185-59.0744

#e642f9 color RGB value is (230,66,249).

#e642f9 hex color red value is 230, green value is 66 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #e642f9 hue: 0.82 , saturation: 0.94 and the lightness value of e642f9 is 0.62.

The process color (four color CMYK) of #e642f9 color hex is 0.08, 0.73, 0.00, 0.02. Web safe color of #e642f9 is #ff33ff. Color #e642f9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000010 11111001
Octal 346 102 371
Decimal 230 66 249
Hex E6 42 F9

RGB Percentages of Color #e642f9

%42.20
%12.11
%45.69

CMYK Percentages of Color #e642f9

%8
%73
%0
%2

Triadic Colors of #e642f9

#e642f9 #f9e642 #42f9e6

Analogous Colors of #e642f9

#e642f9 #f942b1 #8b42f9

Monochromatic Colors of #e642f9

#e642f9

Complementary Color

#e642f9 #55f942

#e642f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e642f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e642f9 Color CSS Codes

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

#e642f9 Text Font Color

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

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


#e642f9 Background Color

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

This div background color is #e642f9


#e642f9 Border Color

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

This div border color is #e642f9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e642f9


Comments

No comments written yet.

Please login to write comment.