Color Hex Logo

#d175df Color Hex

#D175DF
(209,117,223)
0 Favorites   0 Comments

Color spaces of #d175df

RGB 209117223
HSL0.810.620.67
HSV292°48°87°
CMYK 0.060.480.00   0.13
XYZ45.975131.605673.4894
Yxy31.60560.30430.2092
Hunter Lab56.218947.5921-38.1508
CIE-Lab63.015651.9082-39.2021

#d175df color RGB value is (209,117,223).

#d175df hex color red value is 209, green value is 117 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d175df hue: 0.81 , saturation: 0.62 and the lightness value of d175df is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110101 11011111
Octal 321 165 337
Decimal 209 117 223
Hex D1 75 DF

RGB Percentages of Color #d175df

%38.07
%21.31
%40.62

CMYK Percentages of Color #d175df

%6
%48
%0
%13

Triadic Colors of #d175df

#d175df #dfd175 #75dfd1

Analogous Colors of #d175df

#d175df #df75b8 #9c75df

Monochromatic Colors of #d175df

#d175df

Complementary Color

#d175df #83df75

#d175df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d175df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d175df Color CSS Codes

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

#d175df Text Font Color

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

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


#d175df Background Color

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

This div background color is #d175df


#d175df Border Color

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

This div border color is #d175df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d175df


Comments

No comments written yet.

Please login to write comment.