Color Hex Logo

#e606ff Color Hex

#E606FF
(230,6,255)
0 Favorites   0 Comments

Color spaces of #e606ff

RGB 2306255
HSL0.821.000.51
HSV294°98°100°
CMYK 0.100.980.00   0.00
XYZ50.748324.173296.5989
Yxy24.17320.29590.1409
Hunter Lab49.166298.2028-82.0731
CIE-Lab56.260894.1620-67.5891

#e606ff color RGB value is (230,6,255).

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

The process color (four color CMYK) of #e606ff color hex is 0.10, 0.98, 0.00, 0.00. Web safe color of #e606ff is #ff00ff. Color #e606ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000110 11111111
Octal 346 6 377
Decimal 230 6 255
Hex E6 6 FF

RGB Percentages of Color #e606ff

%46.84
%1.22
%51.93

CMYK Percentages of Color #e606ff

%10
%98
%0
%0

Triadic Colors of #e606ff

#e606ff #ffe606 #06ffe6

Analogous Colors of #e606ff

#e606ff #ff069c #6a06ff

Monochromatic Colors of #e606ff

#e606ff

Complementary Color

#e606ff #1fff06

#e606ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e606ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e606ff Color CSS Codes

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

#e606ff Text Font Color

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

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


#e606ff Background Color

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

This div background color is #e606ff


#e606ff Border Color

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

This div border color is #e606ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e606ff


Comments

No comments written yet.

Please login to write comment.