color codes Logo

#d508db color codes

#D508DB
(213,8,219)
0 Favorites   0 Comments

Color spaces of #d508db

RGB 2138219
HSL0.830.930.45
HSV298°96°86°
CMYK 0.030.960.00   0.14
XYZ40.313619.434368.6443
Yxy19.43430.31400.1514
Hunter Lab44.084486.0844-61.4622
CIE-Lab51.191586.0525-55.6450

#d508db color RGB value is (213,8,219).

#d508db hex color red value is 213, green value is 8 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d508db hue: 0.83 , saturation: 0.93 and the lightness value of d508db is 0.45.

The process color (four color CMYK) of #d508db color code is 0.03, 0.96, 0.00, 0.14. Web safe color of #d508db is #cc00cc. Color #d508db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001000 11011011
Octal 325 10 333
Decimal 213 8 219
Hex D5 8 DB

RGB Percentages of Color #d508db

%48.41
%1.82
%49.77

CMYK Percentages of Color #d508db

%3
%96
%0
%14

Triadic Colors of #d508db

#d508db #dbd508 #08dbd5

Analogous Colors of #d508db

#d508db #db0878 #6c08db

Monochromatic Colors of #d508db

#d508db

Complementary Color

#d508db #0edb08

#d508db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d508db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d508db Color CSS Codes

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

#d508db Text Font Color

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

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


#d508db Background Color

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

This div background color is #d508db


#d508db Border Color

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

This div border color is #d508db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d508db


Comments

No comments written yet.

Please login to write comment.