Color Hex Logo

#d175de Color Hex

#D175DE
(209,117,222)
0 Favorites   0 Comments

Color spaces of #d175de

RGB 209117222
HSL0.810.610.66
HSV293°47°87°
CMYK 0.060.470.00   0.13
XYZ45.840631.551872.7813
Yxy31.55180.30530.2101
Hunter Lab56.171047.3729-37.5029
CIE-Lab62.970751.7185-38.7141

#d175de color RGB value is (209,117,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110101 11011110
Octal 321 165 336
Decimal 209 117 222
Hex D1 75 DE

RGB Percentages of Color #d175de

%38.14
%21.35
%40.51

CMYK Percentages of Color #d175de

%6
%47
%0
%13

Triadic Colors of #d175de

#d175de #ded175 #75ded1

Analogous Colors of #d175de

#d175de #de75b7 #9d75de

Monochromatic Colors of #d175de

#d175de

Complementary Color

#d175de #82de75

#d175de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d175de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d175de Color CSS Codes

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

#d175de Text Font Color

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

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


#d175de Background Color

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

This div background color is #d175de


#d175de Border Color

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

This div border color is #d175de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d175de


Comments

No comments written yet.

Please login to write comment.