Color Hex Logo

#d476db Color Hex

#D476DB
(212,118,219)
0 Favorites   0 Comments

Color spaces of #d476db

RGB 212118219
HSL0.820.580.66
HSV296°46°86°
CMYK 0.030.460.00   0.14
XYZ46.416032.068470.7613
Yxy32.06840.31100.2149
Hunter Lab56.629047.2070-34.4461
CIE-Lab63.399451.5045-36.3420

#d476db color RGB value is (212,118,219).

#d476db hex color red value is 212, green value is 118 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d476db hue: 0.82 , saturation: 0.58 and the lightness value of d476db is 0.66.

The process color (four color CMYK) of #d476db color hex is 0.03, 0.46, 0.00, 0.14. Web safe color of #d476db is #cc66cc. Color #d476db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110110 11011011
Octal 324 166 333
Decimal 212 118 219
Hex D4 76 DB

RGB Percentages of Color #d476db

%38.62
%21.49
%39.89

CMYK Percentages of Color #d476db

%3
%46
%0
%14

Triadic Colors of #d476db

#d476db #dbd476 #76dbd4

Analogous Colors of #d476db

#d476db #db76b0 #a276db

Monochromatic Colors of #d476db

#d476db

Complementary Color

#d476db #7ddb76

#d476db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d476db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d476db Color CSS Codes

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

#d476db Text Font Color

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

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


#d476db Background Color

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

This div background color is #d476db


#d476db Border Color

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

This div border color is #d476db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d476db


Comments

No comments written yet.

Please login to write comment.