Color Hex Logo

#e642ff Color Hex

#E642FF
(230,66,255)
0 Favorites   0 Comments

Color spaces of #e642ff

RGB 23066255
HSL0.811.000.63
HSV292°74°100°
CMYK 0.100.740.00   0.00
XYZ52.631327.939497.2266
Yxy27.93940.29600.1571
Hunter Lab52.857785.2343-72.0577
CIE-Lab59.834083.7166-61.8439

#e642ff color RGB value is (230,66,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000010 11111111
Octal 346 102 377
Decimal 230 66 255
Hex E6 42 FF

RGB Percentages of Color #e642ff

%41.74
%11.98
%46.28

CMYK Percentages of Color #e642ff

%10
%74
%0
%0

Triadic Colors of #e642ff

#e642ff #ffe642 #42ffe6

Analogous Colors of #e642ff

#e642ff #ff42ba #8842ff

Monochromatic Colors of #e642ff

#e642ff

Complementary Color

#e642ff #5bff42

#e642ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e642ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e642ff Color CSS Codes

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

#e642ff Text Font Color

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

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


#e642ff Background Color

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

This div background color is #e642ff


#e642ff Border Color

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

This div border color is #e642ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e642ff


Comments

No comments written yet.

Please login to write comment.