Color Hex Logo

#d175bf Color Hex

#D175BF
(209,117,191)
0 Favorites   0 Comments

Color spaces of #d175bf

RGB 209117191
HSL0.870.500.64
HSV312°44°82°
CMYK 0.000.440.09   0.18
XYZ42.059830.039552.8716
Yxy30.03950.33660.2404
Hunter Lab54.808341.0661-18.8291
CIE-Lab61.688346.1554-23.2540

#d175bf color RGB value is (209,117,191).

#d175bf hex color red value is 209, green value is 117 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d175bf hue: 0.87 , saturation: 0.50 and the lightness value of d175bf is 0.64.

The process color (four color CMYK) of #d175bf color hex is 0.00, 0.44, 0.09, 0.18. Web safe color of #d175bf is #cc66cc. Color #d175bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110101 10111111
Octal 321 165 277
Decimal 209 117 191
Hex D1 75 BF

RGB Percentages of Color #d175bf

%40.43
%22.63
%36.94

CMYK Percentages of Color #d175bf

%0
%44
%9
%18

Triadic Colors of #d175bf

#d175bf #bfd175 #75bfd1

Analogous Colors of #d175bf

#d175bf #d17591 #b575d1

Monochromatic Colors of #d175bf

#d175bf

Complementary Color

#d175bf #75d187

#d175bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d175bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d175bf Color CSS Codes

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

#d175bf Text Font Color

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

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


#d175bf Background Color

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

This div background color is #d175bf


#d175bf Border Color

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

This div border color is #d175bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d175bf


Comments

No comments written yet.

Please login to write comment.