Color Hex Logo

#d800e8 Color Hex

#D800E8
(216,0,232)
0 Favorites   0 Comments

Color spaces of #d800e8

RGB 2160232
HSL0.821.000.45
HSV296°100°91°
CMYK 0.071.000.00   0.09
XYZ42.884420.425178.0261
Yxy20.42510.30340.1445
Hunter Lab45.194190.2877-70.7262
CIE-Lab52.314589.0337-61.1904

#d800e8 color RGB value is (216,0,232).

#d800e8 hex color red value is 216, green value is 0 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #d800e8 hue: 0.82 , saturation: 1.00 and the lightness value of d800e8 is 0.45.

The process color (four color CMYK) of #d800e8 color hex is 0.07, 1.00, 0.00, 0.09. Web safe color of #d800e8 is #cc00ff. Color #d800e8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000000 11101000
Octal 330 0 350
Decimal 216 0 232
Hex D8 0 E8

RGB Percentages of Color #d800e8

%48.21
%0.00
%51.79

CMYK Percentages of Color #d800e8

%7
%100
%0
%9

Triadic Colors of #d800e8

#d800e8 #e8d800 #00e8d8

Analogous Colors of #d800e8

#d800e8 #e80084 #6400e8

Monochromatic Colors of #d800e8

#d800e8

Complementary Color

#d800e8 #10e800

#d800e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d800e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d800e8 Color CSS Codes

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

#d800e8 Text Font Color

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

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


#d800e8 Background Color

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

This div background color is #d800e8


#d800e8 Border Color

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

This div border color is #d800e8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,0,232, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d800e8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d800e8;
  -webkit-box-shadow: 1px 1px 3px 2px #d800e8;
  box-shadow:         1px 1px 3px 2px #d800e8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,0,232, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d800e8


Comments

No comments written yet.

Please login to write comment.