Color Hex Logo

#d31bdd Color Hex

#D31BDD
(211,27,221)
0 Favorites   0 Comments

Color spaces of #d31bdd

RGB 21127221
HSL0.820.780.49
HSV297°88°87°
CMYK 0.050.880.00   0.13
XYZ40.307019.853270.1142
Yxy19.85320.30940.1524
Hunter Lab44.556983.4997-62.1081
CIE-Lab51.670883.9659-56.0340

#d31bdd color RGB value is (211,27,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00011011 11011101
Octal 323 33 335
Decimal 211 27 221
Hex D3 1B DD

RGB Percentages of Color #d31bdd

%45.97
%5.88
%48.15

CMYK Percentages of Color #d31bdd

%5
%88
%0
%13

Triadic Colors of #d31bdd

#d31bdd #ddd31b #1bddd3

Analogous Colors of #d31bdd

#d31bdd #dd1b86 #721bdd

Monochromatic Colors of #d31bdd

#d31bdd

Complementary Color

#d31bdd #25dd1b

#d31bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31bdd Color CSS Codes

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

#d31bdd Text Font Color

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

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


#d31bdd Background Color

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

This div background color is #d31bdd


#d31bdd Border Color

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

This div border color is #d31bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31bdd


Comments

No comments written yet.

Please login to write comment.