Color Hex Logo

#d973be Color Hex

#D973BE
(217,115,190)
0 Favorites   0 Comments

Color spaces of #d973be

RGB 217115190
HSL0.880.570.65
HSV316°47°85°
CMYK 0.000.470.12   0.15
XYZ44.040330.730952.3257
Yxy30.73090.34650.2418
Hunter Lab55.435544.7960-17.1592
CIE-Lab62.279849.4947-21.6913

#d973be color RGB value is (217,115,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110011 10111110
Octal 331 163 276
Decimal 217 115 190
Hex D9 73 BE

RGB Percentages of Color #d973be

%41.57
%22.03
%36.40

CMYK Percentages of Color #d973be

%0
%47
%12
%15

Triadic Colors of #d973be

#d973be #bed973 #73bed9

Analogous Colors of #d973be

#d973be #d9738b #c173d9

Monochromatic Colors of #d973be

#d973be

Complementary Color

#d973be #73d98e

#d973be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d973be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d973be Color CSS Codes

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

#d973be Text Font Color

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

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


#d973be Background Color

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

This div background color is #d973be


#d973be Border Color

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

This div border color is #d973be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d973be


Comments

No comments written yet.

Please login to write comment.