Color Hex Logo

#e906da Color Hex

#E906DA
(233,6,218)
0 Favorites   0 Comments

Color spaces of #e906da

RGB 2336218
HSL0.840.950.47
HSV304°97°91°
CMYK 0.000.970.06   0.09
XYZ46.324322.515868.2341
Yxy22.51580.33800.1643
Hunter Lab47.450891.2234-52.0432
CIE-Lab54.570189.3025-49.4776

#e906da color RGB value is (233,6,218).

#e906da hex color red value is 233, green value is 6 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e906da hue: 0.84 , saturation: 0.95 and the lightness value of e906da is 0.47.

The process color (four color CMYK) of #e906da color hex is 0.00, 0.97, 0.06, 0.09. Web safe color of #e906da is #ff00cc. Color #e906da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00000110 11011010
Octal 351 6 332
Decimal 233 6 218
Hex E9 6 DA

RGB Percentages of Color #e906da

%50.98
%1.31
%47.70

CMYK Percentages of Color #e906da

%0
%97
%6
%9

Triadic Colors of #e906da

#e906da #dae906 #06dae9

Analogous Colors of #e906da

#e906da #e90669 #8706e9

Monochromatic Colors of #e906da

#e906da

Complementary Color

#e906da #06e915

#e906da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e906da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e906da Color CSS Codes

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

#e906da Text Font Color

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

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


#e906da Background Color

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

This div background color is #e906da


#e906da Border Color

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

This div border color is #e906da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e906da


Comments

No comments written yet.

Please login to write comment.