Color Hex Logo

#d971be Color Hex

#D971BE
(217,113,190)
0 Favorites   0 Comments

Color spaces of #d971be

RGB 217113190
HSL0.880.580.65
HSV316°48°85°
CMYK 0.000.480.12   0.15
XYZ43.814730.279752.2505
Yxy30.27970.34680.2397
Hunter Lab55.027045.8316-17.7795
CIE-Lab61.894850.4924-22.2800

#d971be color RGB value is (217,113,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110001 10111110
Octal 331 161 276
Decimal 217 113 190
Hex D9 71 BE

RGB Percentages of Color #d971be

%41.73
%21.73
%36.54

CMYK Percentages of Color #d971be

%0
%48
%12
%15

Triadic Colors of #d971be

#d971be #bed971 #71bed9

Analogous Colors of #d971be

#d971be #d9718a #c071d9

Monochromatic Colors of #d971be

#d971be

Complementary Color

#d971be #71d98c

#d971be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d971be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d971be Color CSS Codes

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

#d971be Text Font Color

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

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


#d971be Background Color

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

This div background color is #d971be


#d971be Border Color

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

This div border color is #d971be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d971be


Comments

No comments written yet.

Please login to write comment.