Color Hex Logo

#d471db Color Hex

#D471DB
(212,113,219)
0 Favorites   0 Comments

Color spaces of #d471db

RGB 212113219
HSL0.820.600.65
HSV296°48°86°
CMYK 0.030.480.00   0.14
XYZ45.842730.921870.5702
Yxy30.92180.31110.2099
Hunter Lab55.607449.8424-36.3186
CIE-Lab62.441654.0052-37.8373

#d471db color RGB value is (212,113,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110001 11011011
Octal 324 161 333
Decimal 212 113 219
Hex D4 71 DB

RGB Percentages of Color #d471db

%38.97
%20.77
%40.26

CMYK Percentages of Color #d471db

%3
%48
%0
%14

Triadic Colors of #d471db

#d471db #dbd471 #71dbd4

Analogous Colors of #d471db

#d471db #db71ad #9f71db

Monochromatic Colors of #d471db

#d471db

Complementary Color

#d471db #78db71

#d471db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d471db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d471db Color CSS Codes

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

#d471db Text Font Color

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

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


#d471db Background Color

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

This div background color is #d471db


#d471db Border Color

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

This div border color is #d471db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d471db


Comments

No comments written yet.

Please login to write comment.