Color Hex Logo

#d30bdf Color Hex

#D30BDF
(211,11,223)
0 Favorites   0 Comments

Color spaces of #d30bdf

RGB 21111223
HSL0.820.910.46
HSV297°95°87°
CMYK 0.050.950.00   0.13
XYZ40.302919.415971.4355
Yxy19.41590.30730.1480
Hunter Lab44.063586.1549-65.2762
CIE-Lab51.170386.1107-57.9751

#d30bdf color RGB value is (211,11,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001011 11011111
Octal 323 13 337
Decimal 211 11 223
Hex D3 B DF

RGB Percentages of Color #d30bdf

%47.42
%2.47
%50.11

CMYK Percentages of Color #d30bdf

%5
%95
%0
%13

Triadic Colors of #d30bdf

#d30bdf #dfd30b #0bdfd3

Analogous Colors of #d30bdf

#d30bdf #df0b81 #690bdf

Monochromatic Colors of #d30bdf

#d30bdf

Complementary Color

#d30bdf #17df0b

#d30bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30bdf Color CSS Codes

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

#d30bdf Text Font Color

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

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


#d30bdf Background Color

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

This div background color is #d30bdf


#d30bdf Border Color

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

This div border color is #d30bdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,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 #d30bdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30bdf


Comments

No comments written yet.

Please login to write comment.