Color Hex Logo

#d417db Color Hex

#D417DB
(212,23,219)
0 Favorites   0 Comments

Color spaces of #d417db

RGB 21223219
HSL0.830.810.47
HSV298°89°86°
CMYK 0.030.890.00   0.14
XYZ40.244019.724368.7039
Yxy19.72430.31280.1533
Hunter Lab44.412084.0268-60.6311
CIE-Lab51.524184.4028-55.1212

#d417db color RGB value is (212,23,219).

#d417db hex color red value is 212, green value is 23 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d417db hue: 0.83 , saturation: 0.81 and the lightness value of d417db is 0.47.

The process color (four color CMYK) of #d417db color hex is 0.03, 0.89, 0.00, 0.14. Web safe color of #d417db is #cc00cc. Color #d417db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010111 11011011
Octal 324 27 333
Decimal 212 23 219
Hex D4 17 DB

RGB Percentages of Color #d417db

%46.70
%5.07
%48.24

CMYK Percentages of Color #d417db

%3
%89
%0
%14

Triadic Colors of #d417db

#d417db #dbd417 #17dbd4

Analogous Colors of #d417db

#d417db #db1780 #7217db

Monochromatic Colors of #d417db

#d417db

Complementary Color

#d417db #1edb17

#d417db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d417db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d417db Color CSS Codes

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

#d417db Text Font Color

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

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


#d417db Background Color

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

This div background color is #d417db


#d417db Border Color

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

This div border color is #d417db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d417db


Comments

No comments written yet.

Please login to write comment.