Color Hex Logo

#d21bdb Color Hex

#D21BDB
(210,27,219)
0 Favorites   0 Comments

Color spaces of #d21bdb

RGB 21027219
HSL0.830.780.48
HSV297°88°86°
CMYK 0.040.880.00   0.14
XYZ39.756519.600068.7056
Yxy19.60000.31040.1531
Hunter Lab44.271982.8186-61.0219
CIE-Lab51.381983.4932-55.3677

#d21bdb color RGB value is (210,27,219).

#d21bdb hex color red value is 210, green value is 27 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d21bdb hue: 0.83 , saturation: 0.78 and the lightness value of d21bdb is 0.48.

The process color (four color CMYK) of #d21bdb color hex is 0.04, 0.88, 0.00, 0.14. Web safe color of #d21bdb is #cc33cc. Color #d21bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00011011 11011011
Octal 322 33 333
Decimal 210 27 219
Hex D2 1B DB

RGB Percentages of Color #d21bdb

%46.05
%5.92
%48.03

CMYK Percentages of Color #d21bdb

%4
%88
%0
%14

Triadic Colors of #d21bdb

#d21bdb #dbd21b #1bdbd2

Analogous Colors of #d21bdb

#d21bdb #db1b84 #721bdb

Monochromatic Colors of #d21bdb

#d21bdb

Complementary Color

#d21bdb #24db1b

#d21bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d21bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d21bdb Color CSS Codes

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

#d21bdb Text Font Color

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

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


#d21bdb Background Color

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

This div background color is #d21bdb


#d21bdb Border Color

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

This div border color is #d21bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d21bdb


Comments

No comments written yet.

Please login to write comment.