Color Hex Logo

#d173ca Color Hex

#D173CA
(209,115,202)
0 Favorites   0 Comments

Color spaces of #d173ca

RGB 209115202
HSL0.850.510.64
HSV304°45°82°
CMYK 0.000.450.03   0.18
XYZ43.085930.081059.4125
Yxy30.08100.32500.2269
Hunter Lab54.846144.2448-25.8340
CIE-Lab61.724049.0748-29.4246

#d173ca color RGB value is (209,115,202).

#d173ca hex color red value is 209, green value is 115 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d173ca hue: 0.85 , saturation: 0.51 and the lightness value of d173ca is 0.64.

The process color (four color CMYK) of #d173ca color hex is 0.00, 0.45, 0.03, 0.18. Web safe color of #d173ca is #cc66cc. Color #d173ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110011 11001010
Octal 321 163 312
Decimal 209 115 202
Hex D1 73 CA

RGB Percentages of Color #d173ca

%39.73
%21.86
%38.40

CMYK Percentages of Color #d173ca

%0
%45
%3
%18

Triadic Colors of #d173ca

#d173ca #cad173 #73cad1

Analogous Colors of #d173ca

#d173ca #d1739b #a973d1

Monochromatic Colors of #d173ca

#d173ca

Complementary Color

#d173ca #73d17a

#d173ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d173ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d173ca Color CSS Codes

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

#d173ca Text Font Color

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

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


#d173ca Background Color

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

This div background color is #d173ca


#d173ca Border Color

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

This div border color is #d173ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,115,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d173ca


Comments

No comments written yet.

Please login to write comment.