Color Hex Logo

#d315db Color Hex

#D315DB
(211,21,219)
0 Favorites   0 Comments

Color spaces of #d315db

RGB 21121219
HSL0.830.830.47
HSV298°90°86°
CMYK 0.040.900.00   0.14
XYZ39.918319.499768.6777
Yxy19.49970.31160.1522
Hunter Lab44.158584.0828-61.3002
CIE-Lab51.266884.4961-55.5430

#d315db color RGB value is (211,21,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010101 11011011
Octal 323 25 333
Decimal 211 21 219
Hex D3 15 DB

RGB Percentages of Color #d315db

%46.78
%4.66
%48.56

CMYK Percentages of Color #d315db

%4
%90
%0
%14

Triadic Colors of #d315db

#d315db #dbd315 #15dbd3

Analogous Colors of #d315db

#d315db #db1580 #7015db

Monochromatic Colors of #d315db

#d315db

Complementary Color

#d315db #1ddb15

#d315db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d315db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d315db Color CSS Codes

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

#d315db Text Font Color

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

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


#d315db Background Color

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

This div background color is #d315db


#d315db Border Color

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

This div border color is #d315db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d315db


Comments

No comments written yet.

Please login to write comment.