color codes Logo

#d603db color codes

#D603DB
(214,3,219)
0 Favorites   0 Comments

Color spaces of #d603db

RGB 2143219
HSL0.830.970.44
HSV299°99°86°
CMYK 0.020.990.00   0.14
XYZ40.550319.475768.6398
Yxy19.47570.31520.1514
Hunter Lab44.131386.7861-61.3251
CIE-Lab51.239286.5808-55.5590

#d603db color RGB value is (214,3,219).

#d603db hex color red value is 214, green value is 3 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d603db hue: 0.83 , saturation: 0.97 and the lightness value of d603db is 0.44.

The process color (four color CMYK) of #d603db color code is 0.02, 0.99, 0.00, 0.14. Web safe color of #d603db is #cc00cc. Color #d603db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000011 11011011
Octal 326 3 333
Decimal 214 3 219
Hex D6 3 DB

RGB Percentages of Color #d603db

%49.08
%0.69
%50.23

CMYK Percentages of Color #d603db

%2
%99
%0
%14

Triadic Colors of #d603db

#d603db #dbd603 #03dbd6

Analogous Colors of #d603db

#d603db #db0374 #6a03db

Monochromatic Colors of #d603db

#d603db

Complementary Color

#d603db #08db03

#d603db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d603db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d603db Color CSS Codes

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

#d603db Text Font Color

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

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


#d603db Background Color

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

This div background color is #d603db


#d603db Border Color

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

This div border color is #d603db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d603db


Comments

No comments written yet.

Please login to write comment.