Color Hex Logo

#d80deb Color Hex

#D80DEB
(216,13,235)
0 Favorites   0 Comments

Color spaces of #d80deb

RGB 21613235
HSL0.820.900.49
HSV295°94°92°
CMYK 0.080.940.00   0.08
XYZ43.458220.884980.3380
Yxy20.88490.30040.1444
Hunter Lab45.700089.7687-72.2384
CIE-Lab52.823388.5433-62.0636

#d80deb color RGB value is (216,13,235).

#d80deb hex color red value is 216, green value is 13 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d80deb hue: 0.82 , saturation: 0.90 and the lightness value of d80deb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001101 11101011
Octal 330 15 353
Decimal 216 13 235
Hex D8 D EB

RGB Percentages of Color #d80deb

%46.55
%2.80
%50.65

CMYK Percentages of Color #d80deb

%8
%94
%0
%8

Triadic Colors of #d80deb

#d80deb #ebd80d #0debd8

Analogous Colors of #d80deb

#d80deb #eb0d8f #690deb

Monochromatic Colors of #d80deb

#d80deb

Complementary Color

#d80deb #20eb0d

#d80deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80deb Color CSS Codes

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

#d80deb Text Font Color

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

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


#d80deb Background Color

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

This div background color is #d80deb


#d80deb Border Color

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

This div border color is #d80deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80deb


Comments

No comments written yet.

Please login to write comment.