Color Hex Logo

#e642ec Color Hex

#E642EC
(230,66,236)
0 Favorites   0 Comments

Color spaces of #e642ec

RGB 23066236
HSL0.830.820.59
HSV298°72°93°
CMYK 0.030.720.00   0.07
XYZ49.721726.775681.9045
Yxy26.77560.31390.1690
Hunter Lab51.745180.9659-57.6252
CIE-Lab58.766080.6096-52.9846

#e642ec color RGB value is (230,66,236).

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

The process color (four color CMYK) of #e642ec color hex is 0.03, 0.72, 0.00, 0.07. Web safe color of #e642ec is #ff33ff. Color #e642ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000010 11101100
Octal 346 102 354
Decimal 230 66 236
Hex E6 42 EC

RGB Percentages of Color #e642ec

%43.23
%12.41
%44.36

CMYK Percentages of Color #e642ec

%3
%72
%0
%7

Triadic Colors of #e642ec

#e642ec #ece642 #42ece6

Analogous Colors of #e642ec

#e642ec #ec429d #9142ec

Monochromatic Colors of #e642ec

#e642ec

Complementary Color

#e642ec #48ec42

#e642ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e642ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e642ec Color CSS Codes

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

#e642ec Text Font Color

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

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


#e642ec Background Color

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

This div background color is #e642ec


#e642ec Border Color

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

This div border color is #e642ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e642ec


Comments

No comments written yet.

Please login to write comment.