color codes Logo

#d014db color codes

#D014DB
(208,20,219)
0 Favorites   0 Comments

Color spaces of #d014db

RGB 20820219
HSL0.820.830.47
HSV297°91°86°
CMYK 0.050.910.00   0.14
XYZ39.048819.024768.6319
Yxy19.02470.30820.1501
Hunter Lab43.617383.4735-62.7608
CIE-Lab50.716184.1311-56.4543

#d014db color RGB value is (208,20,219).

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

The process color (four color CMYK) of #d014db color code is 0.05, 0.91, 0.00, 0.14. Web safe color of #d014db is #cc00cc. Color #d014db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010100 11011011
Octal 320 24 333
Decimal 208 20 219
Hex D0 14 DB

RGB Percentages of Color #d014db

%46.53
%4.47
%48.99

CMYK Percentages of Color #d014db

%5
%91
%0
%14

Triadic Colors of #d014db

#d014db #dbd014 #14dbd0

Analogous Colors of #d014db

#d014db #db1483 #6d14db

Monochromatic Colors of #d014db

#d014db

Complementary Color

#d014db #1fdb14

#d014db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d014db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d014db Color CSS Codes

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

#d014db Text Font Color

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

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


#d014db Background Color

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

This div background color is #d014db


#d014db Border Color

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

This div border color is #d014db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d014db


Comments

No comments written yet.

Please login to write comment.