Color Hex Logo

#d30bdb Color Hex

#D30BDB
(211,11,219)
0 Favorites   0 Comments

Color spaces of #d30bdb

RGB 21111219
HSL0.830.900.45
HSV298°95°86°
CMYK 0.040.950.00   0.14
XYZ39.769819.202768.6282
Yxy19.20270.31170.1505
Hunter Lab43.820985.3118-62.1799
CIE-Lab50.923585.5108-56.0936

#d30bdb color RGB value is (211,11,219).

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

The process color (four color CMYK) of #d30bdb color hex is 0.04, 0.95, 0.00, 0.14. Web safe color of #d30bdb is #cc00cc. Color #d30bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001011 11011011
Octal 323 13 333
Decimal 211 11 219
Hex D3 B DB

RGB Percentages of Color #d30bdb

%47.85
%2.49
%49.66

CMYK Percentages of Color #d30bdb

%4
%95
%0
%14

Triadic Colors of #d30bdb

#d30bdb #dbd30b #0bdbd3

Analogous Colors of #d30bdb

#d30bdb #db0b7b #6b0bdb

Monochromatic Colors of #d30bdb

#d30bdb

Complementary Color

#d30bdb #13db0b

#d30bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30bdb Color CSS Codes

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

#d30bdb Text Font Color

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

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


#d30bdb Background Color

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

This div background color is #d30bdb


#d30bdb Border Color

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

This div border color is #d30bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30bdb


Comments

No comments written yet.

Please login to write comment.