Color Hex Logo

#e601ea Color Hex

#E601EA
(230,1,234)
0 Favorites   0 Comments

Color spaces of #e601ea

RGB 2301234
HSL0.830.990.46
HSV299°100°92°
CMYK 0.021.000.00   0.08
XYZ47.495322.785279.7366
Yxy22.78520.31660.1519
Hunter Lab47.733894.0737-65.6268
CIE-Lab54.850491.3821-58.1165

#e601ea color RGB value is (230,1,234).

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

The process color (four color CMYK) of #e601ea color hex is 0.02, 1.00, 0.00, 0.08. Web safe color of #e601ea is #ff00ff. Color #e601ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000001 11101010
Octal 346 1 352
Decimal 230 1 234
Hex E6 1 EA

RGB Percentages of Color #e601ea

%49.46
%0.22
%50.32

CMYK Percentages of Color #e601ea

%2
%100
%0
%8

Triadic Colors of #e601ea

#e601ea #eae601 #01eae6

Analogous Colors of #e601ea

#e601ea #ea017a #7201ea

Monochromatic Colors of #e601ea

#e601ea

Complementary Color

#e601ea #05ea01

#e601ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e601ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e601ea Color CSS Codes

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

#e601ea Text Font Color

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

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


#e601ea Background Color

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

This div background color is #e601ea


#e601ea Border Color

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

This div border color is #e601ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,1,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 #e601ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e601ea


Comments

No comments written yet.

Please login to write comment.