Color Hex Logo

#d671dd Color Hex

#D671DD
(214,113,221)
0 Favorites   0 Comments

Color spaces of #d671dd

RGB 214113221
HSL0.820.610.65
HSV296°49°87°
CMYK 0.030.490.00   0.13
XYZ46.687831.326971.9926
Yxy31.32690.31120.2088
Hunter Lab55.970450.9477-37.0831
CIE-Lab62.782654.9300-38.4044

#d671dd color RGB value is (214,113,221).

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

The process color (four color CMYK) of #d671dd color hex is 0.03, 0.49, 0.00, 0.13. Web safe color of #d671dd is #cc66cc. Color #d671dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110001 11011101
Octal 326 161 335
Decimal 214 113 221
Hex D6 71 DD

RGB Percentages of Color #d671dd

%39.05
%20.62
%40.33

CMYK Percentages of Color #d671dd

%3
%49
%0
%13

Triadic Colors of #d671dd

#d671dd #ddd671 #71ddd6

Analogous Colors of #d671dd

#d671dd #dd71ae #a071dd

Monochromatic Colors of #d671dd

#d671dd

Complementary Color

#d671dd #78dd71

#d671dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d671dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d671dd Color CSS Codes

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

#d671dd Text Font Color

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

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


#d671dd Background Color

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

This div background color is #d671dd


#d671dd Border Color

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

This div border color is #d671dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,113,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d671dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d671dd

#d671dd Color Palettes


Comments

No comments written yet.

Please login to write comment.