Color Hex Logo

#d175cb Color Hex

#D175CB
(209,117,203)
0 Favorites   0 Comments

Color spaces of #d175cb

RGB 209117203
HSL0.840.500.64
HSV304°44°82°
CMYK 0.000.440.03   0.18
XYZ43.435330.589760.1150
Yxy30.58970.32380.2280
Hunter Lab55.308043.3935-25.7276
CIE-Lab62.159748.2323-29.3150

#d175cb color RGB value is (209,117,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110101 11001011
Octal 321 165 313
Decimal 209 117 203
Hex D1 75 CB

RGB Percentages of Color #d175cb

%39.51
%22.12
%38.37

CMYK Percentages of Color #d175cb

%0
%44
%3
%18

Triadic Colors of #d175cb

#d175cb #cbd175 #75cbd1

Analogous Colors of #d175cb

#d175cb #d1759d #a975d1

Monochromatic Colors of #d175cb

#d175cb

Complementary Color

#d175cb #75d17b

#d175cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d175cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d175cb Color CSS Codes

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

#d175cb Text Font Color

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

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


#d175cb Background Color

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

This div background color is #d175cb


#d175cb Border Color

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

This div border color is #d175cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d175cb


Comments

No comments written yet.

Please login to write comment.