Color Hex Logo

#d01bdd Color Hex

#D01BDD
(208,27,221)
0 Favorites   0 Comments

Color spaces of #d01bdd

RGB 20827221
HSL0.820.780.49
HSV296°88°87°
CMYK 0.060.880.00   0.13
XYZ39.455519.414270.0744
Yxy19.41420.30600.1506
Hunter Lab44.061582.7325-63.4503
CIE-Lab51.168383.4678-56.8677

#d01bdd color RGB value is (208,27,221).

#d01bdd hex color red value is 208, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d01bdd hue: 0.82 , saturation: 0.78 and the lightness value of d01bdd is 0.49.

The process color (four color CMYK) of #d01bdd color hex is 0.06, 0.88, 0.00, 0.13. Web safe color of #d01bdd is #cc33cc. Color #d01bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011011 11011101
Octal 320 33 335
Decimal 208 27 221
Hex D0 1B DD

RGB Percentages of Color #d01bdd

%45.61
%5.92
%48.46

CMYK Percentages of Color #d01bdd

%6
%88
%0
%13

Triadic Colors of #d01bdd

#d01bdd #ddd01b #1bddd0

Analogous Colors of #d01bdd

#d01bdd #dd1b89 #6f1bdd

Monochromatic Colors of #d01bdd

#d01bdd

Complementary Color

#d01bdd #28dd1b

#d01bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01bdd Color CSS Codes

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

#d01bdd Text Font Color

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

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


#d01bdd Background Color

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

This div background color is #d01bdd


#d01bdd Border Color

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

This div border color is #d01bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01bdd


Comments

No comments written yet.

Please login to write comment.