Color Hex Logo

#d00bda Color Hex

#D00BDA
(208,11,218)
0 Favorites   0 Comments

Color spaces of #d00bda

RGB 20811218
HSL0.830.900.45
HSV297°95°85°
CMYK 0.050.950.00   0.15
XYZ38.787018.711267.8970
Yxy18.71120.30930.1492
Hunter Lab43.256484.3578-62.7844
CIE-Lab50.347684.8869-56.4754

#d00bda color RGB value is (208,11,218).

#d00bda hex color red value is 208, green value is 11 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d00bda hue: 0.83 , saturation: 0.90 and the lightness value of d00bda is 0.45.

The process color (four color CMYK) of #d00bda color hex is 0.05, 0.95, 0.00, 0.15. Web safe color of #d00bda is #cc00cc. Color #d00bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001011 11011010
Octal 320 13 332
Decimal 208 11 218
Hex D0 B DA

RGB Percentages of Color #d00bda

%47.60
%2.52
%49.89

CMYK Percentages of Color #d00bda

%5
%95
%0
%15

Triadic Colors of #d00bda

#d00bda #dad00b #0bdad0

Analogous Colors of #d00bda

#d00bda #da0b7d #690bda

Monochromatic Colors of #d00bda

#d00bda

Complementary Color

#d00bda #15da0b

#d00bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00bda Color CSS Codes

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

#d00bda Text Font Color

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

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


#d00bda Background Color

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

This div background color is #d00bda


#d00bda Border Color

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

This div border color is #d00bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00bda


Comments

No comments written yet.

Please login to write comment.