Color Hex Logo

#d971da Color Hex

#D971DA
(217,113,218)
0 Favorites   0 Comments

Color spaces of #d971da

RGB 217113218
HSL0.830.590.65
HSV299°48°85°
CMYK 0.000.480.00   0.15
XYZ47.175331.623969.9473
Yxy31.62390.31720.2126
Hunter Lab56.235151.3311-34.3825
CIE-Lab63.030855.2286-36.3106

#d971da color RGB value is (217,113,218).

#d971da hex color red value is 217, green value is 113 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d971da hue: 0.83 , saturation: 0.59 and the lightness value of d971da is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110001 11011010
Octal 331 161 332
Decimal 217 113 218
Hex D9 71 DA

RGB Percentages of Color #d971da

%39.60
%20.62
%39.78

CMYK Percentages of Color #d971da

%0
%48
%0
%15

Triadic Colors of #d971da

#d971da #dad971 #71dad9

Analogous Colors of #d971da

#d971da #da71a7 #a571da

Monochromatic Colors of #d971da

#d971da

Complementary Color

#d971da #72da71

#d971da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d971da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d971da Color CSS Codes

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

#d971da Text Font Color

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

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


#d971da Background Color

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

This div background color is #d971da


#d971da Border Color

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

This div border color is #d971da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d971da


Comments

No comments written yet.

Please login to write comment.