color codes Logo

#d80fdd color codes

#D80FDD
(216,15,221)
0 Favorites   0 Comments

Color spaces of #d80fdd

RGB 21615221
HSL0.830.870.46
HSV299°93°87°
CMYK 0.020.930.00   0.13
XYZ41.540920.161070.1086
Yxy20.16100.31520.1530
Hunter Lab44.901086.5655-61.1449
CIE-Lab52.018886.2610-55.4295

#d80fdd color RGB value is (216,15,221).

#d80fdd hex color red value is 216, green value is 15 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d80fdd hue: 0.83 , saturation: 0.87 and the lightness value of d80fdd is 0.46.

The process color (four color CMYK) of #d80fdd color code is 0.02, 0.93, 0.00, 0.13. Web safe color of #d80fdd is #cc00cc. Color #d80fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001111 11011101
Octal 330 17 335
Decimal 216 15 221
Hex D8 F DD

RGB Percentages of Color #d80fdd

%47.79
%3.32
%48.89

CMYK Percentages of Color #d80fdd

%2
%93
%0
%13

Triadic Colors of #d80fdd

#d80fdd #ddd80f #0fddd8

Analogous Colors of #d80fdd

#d80fdd #dd0f7b #710fdd

Monochromatic Colors of #d80fdd

#d80fdd

Complementary Color

#d80fdd #14dd0f

#d80fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80fdd Color CSS Codes

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

#d80fdd Text Font Color

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

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


#d80fdd Background Color

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

This div background color is #d80fdd


#d80fdd Border Color

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

This div border color is #d80fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80fdd


Comments

No comments written yet.

Please login to write comment.