Color Hex Logo

#e906ff Color Hex

#E906FF
(233,6,255)
0 Favorites   0 Comments

Color spaces of #e906ff

RGB 2336255
HSL0.821.000.51
HSV295°98°100°
CMYK 0.090.980.00   0.00
XYZ51.719424.673996.6444
Yxy24.67390.29890.1426
Hunter Lab49.672898.9269-80.5848
CIE-Lab56.756394.5972-66.7650

#e906ff color RGB value is (233,6,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00000110 11111111
Octal 351 6 377
Decimal 233 6 255
Hex E9 6 FF

RGB Percentages of Color #e906ff

%47.17
%1.21
%51.62

CMYK Percentages of Color #e906ff

%9
%98
%0
%0

Triadic Colors of #e906ff

#e906ff #ffe906 #06ffe9

Analogous Colors of #e906ff

#e906ff #ff0699 #6d06ff

Monochromatic Colors of #e906ff

#e906ff

Complementary Color

#e906ff #1cff06

#e906ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e906ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e906ff Color CSS Codes

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

#e906ff Text Font Color

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

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


#e906ff Background Color

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

This div background color is #e906ff


#e906ff Border Color

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

This div border color is #e906ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e906ff

Related Colors


Comments

No comments written yet.

Please login to write comment.