Color Hex Logo

#e408cd Color Hex

#E408CD
(228,8,205)
0 Favorites   0 Comments

Color spaces of #e408cd

RGB 2288205
HSL0.850.930.46
HSV306°96°89°
CMYK 0.000.960.10   0.11
XYZ43.101221.075459.5539
Yxy21.07540.34830.1703
Hunter Lab45.908087.2478-44.7781
CIE-Lab53.031986.5864-44.5406

#e408cd color RGB value is (228,8,205).

#e408cd hex color red value is 228, green value is 8 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e408cd hue: 0.85 , saturation: 0.93 and the lightness value of e408cd is 0.46.

The process color (four color CMYK) of #e408cd color hex is 0.00, 0.96, 0.10, 0.11. Web safe color of #e408cd is #cc00cc. Color #e408cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001000 11001101
Octal 344 10 315
Decimal 228 8 205
Hex E4 8 CD

RGB Percentages of Color #e408cd

%51.70
%1.81
%46.49

CMYK Percentages of Color #e408cd

%0
%96
%10
%11

Triadic Colors of #e408cd

#e408cd #cde408 #08cde4

Analogous Colors of #e408cd

#e408cd #e4085f #8d08e4

Monochromatic Colors of #e408cd

#e408cd

Complementary Color

#e408cd #08e41f

#e408cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e408cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e408cd Color CSS Codes

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

#e408cd Text Font Color

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

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


#e408cd Background Color

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

This div background color is #e408cd


#e408cd Border Color

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

This div border color is #e408cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,8,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e408cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e408cd;
  -webkit-box-shadow: 1px 1px 3px 2px #e408cd;
  box-shadow:         1px 1px 3px 2px #e408cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,8,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e408cd


Comments

No comments written yet.

Please login to write comment.