Color Hex Logo

#e642ea Color Hex

#E642EA
(230,66,234)
0 Favorites   0 Comments

Color spaces of #e642ea

RGB 23066234
HSL0.830.800.59
HSV299°72°92°
CMYK 0.020.720.00   0.08
XYZ49.432626.659980.3824
Yxy26.65990.31590.1704
Hunter Lab51.633280.5341-56.1592
CIE-Lab58.658280.2921-52.0367

#e642ea color RGB value is (230,66,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000010 11101010
Octal 346 102 352
Decimal 230 66 234
Hex E6 42 EA

RGB Percentages of Color #e642ea

%43.40
%12.45
%44.15

CMYK Percentages of Color #e642ea

%2
%72
%0
%8

Triadic Colors of #e642ea

#e642ea #eae642 #42eae6

Analogous Colors of #e642ea

#e642ea #ea429a #9242ea

Monochromatic Colors of #e642ea

#e642ea

Complementary Color

#e642ea #46ea42

#e642ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e642ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e642ea Color CSS Codes

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

#e642ea Text Font Color

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

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


#e642ea Background Color

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

This div background color is #e642ea


#e642ea Border Color

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

This div border color is #e642ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e642ea


Comments

No comments written yet.

Please login to write comment.