Color Hex Logo

#d314db Color Hex

#D314DB
(211,20,219)
0 Favorites   0 Comments

Color spaces of #d314db

RGB 21120219
HSL0.830.830.47
HSV298°91°86°
CMYK 0.040.910.00   0.14
XYZ39.900319.463768.6717
Yxy19.46370.31160.1520
Hunter Lab44.117784.2305-61.4059
CIE-Lab51.225484.6184-55.6094

#d314db color RGB value is (211,20,219).

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

The process color (four color CMYK) of #d314db color hex is 0.04, 0.91, 0.00, 0.14. Web safe color of #d314db is #cc00cc. Color #d314db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010100 11011011
Octal 323 24 333
Decimal 211 20 219
Hex D3 14 DB

RGB Percentages of Color #d314db

%46.89
%4.44
%48.67

CMYK Percentages of Color #d314db

%4
%91
%0
%14

Triadic Colors of #d314db

#d314db #dbd314 #14dbd3

Analogous Colors of #d314db

#d314db #db1480 #7014db

Monochromatic Colors of #d314db

#d314db

Complementary Color

#d314db #1cdb14

#d314db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d314db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d314db Color CSS Codes

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

#d314db Text Font Color

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

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


#d314db Background Color

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

This div background color is #d314db


#d314db Border Color

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

This div border color is #d314db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d314db


Comments

No comments written yet.

Please login to write comment.