Color Hex Logo

#d80bdf Color Hex

#D80BDF
(216,11,223)
0 Favorites   0 Comments

Color spaces of #d80bdf

RGB 21611223
HSL0.830.910.46
HSV298°95°87°
CMYK 0.030.950.00   0.13
XYZ41.757920.166071.5036
Yxy20.16600.31300.1511
Hunter Lab44.906687.3978-62.9714
CIE-Lab52.024486.8963-56.5577

#d80bdf color RGB value is (216,11,223).

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

The process color (four color CMYK) of #d80bdf color hex is 0.03, 0.95, 0.00, 0.13. Web safe color of #d80bdf is #cc00cc. Color #d80bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001011 11011111
Octal 330 13 337
Decimal 216 11 223
Hex D8 B DF

RGB Percentages of Color #d80bdf

%48.00
%2.44
%49.56

CMYK Percentages of Color #d80bdf

%3
%95
%0
%13

Triadic Colors of #d80bdf

#d80bdf #dfd80b #0bdfd8

Analogous Colors of #d80bdf

#d80bdf #df0b7c #6e0bdf

Monochromatic Colors of #d80bdf

#d80bdf

Complementary Color

#d80bdf #12df0b

#d80bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80bdf Color CSS Codes

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

#d80bdf Text Font Color

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

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


#d80bdf Background Color

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

This div background color is #d80bdf


#d80bdf Border Color

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

This div border color is #d80bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80bdf


Comments

No comments written yet.

Please login to write comment.