Color Hex Logo

#d908ed Color Hex

#D908ED
(217,8,237)
0 Favorites   0 Comments

Color spaces of #d908ed

RGB 2178237
HSL0.820.930.48
HSV295°97°93°
CMYK 0.080.970.00   0.07
XYZ43.988221.039881.8634
Yxy21.03980.29950.1432
Hunter Lab45.869290.9092-73.7074
CIE-Lab52.993089.3713-62.9076

#d908ed color RGB value is (217,8,237).

#d908ed hex color red value is 217, green value is 8 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d908ed hue: 0.82 , saturation: 0.93 and the lightness value of d908ed is 0.48.

The process color (four color CMYK) of #d908ed color hex is 0.08, 0.97, 0.00, 0.07. Web safe color of #d908ed is #cc00ff. Color #d908ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001000 11101101
Octal 331 10 355
Decimal 217 8 237
Hex D9 8 ED

RGB Percentages of Color #d908ed

%46.97
%1.73
%51.30

CMYK Percentages of Color #d908ed

%8
%97
%0
%7

Triadic Colors of #d908ed

#d908ed #edd908 #08edd9

Analogous Colors of #d908ed

#d908ed #ed088f #6708ed

Monochromatic Colors of #d908ed

#d908ed

Complementary Color

#d908ed #1ced08

#d908ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d908ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d908ed Color CSS Codes

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

#d908ed Text Font Color

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

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


#d908ed Background Color

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

This div background color is #d908ed


#d908ed Border Color

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

This div border color is #d908ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d908ed


Comments

No comments written yet.

Please login to write comment.