Color Hex Logo

#e906fd Color Hex

#E906FD
(233,6,253)
0 Favorites   0 Comments

Color spaces of #e906fd

RGB 2336253
HSL0.820.980.51
HSV295°98°99°
CMYK 0.080.980.00   0.01
XYZ51.399024.545794.9573
Yxy24.54570.30080.1436
Hunter Lab49.543698.4834-78.9571
CIE-Lab56.630194.2966-65.8576

#e906fd color RGB value is (233,6,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00000110 11111101
Octal 351 6 375
Decimal 233 6 253
Hex E9 6 FD

RGB Percentages of Color #e906fd

%47.36
%1.22
%51.42

CMYK Percentages of Color #e906fd

%8
%98
%0
%1

Triadic Colors of #e906fd

#e906fd #fde906 #06fde9

Analogous Colors of #e906fd

#e906fd #fd0696 #6e06fd

Monochromatic Colors of #e906fd

#e906fd

Complementary Color

#e906fd #1afd06

#e906fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e906fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e906fd Color CSS Codes

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

#e906fd Text Font Color

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

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


#e906fd Background Color

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

This div background color is #e906fd


#e906fd Border Color

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

This div border color is #e906fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,6,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e906fd

Related Colors


Comments

No comments written yet.

Please login to write comment.