Color Hex Logo

#c17fbd Color Hex

#C17FBD
(193,127,189)
0 Favorites   0 Comments

Color spaces of #c17fbd

RGB 193127189
HSL0.840.350.63
HSV304°34°76°
CMYK 0.000.340.02   0.24
XYZ38.767030.190351.9282
Yxy30.19030.32070.2497
Hunter Lab54.945729.7859-17.5719
CIE-Lab61.818135.3814-22.0897

#c17fbd color RGB value is (193,127,189).

#c17fbd hex color red value is 193, green value is 127 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c17fbd hue: 0.84 , saturation: 0.35 and the lightness value of c17fbd is 0.63.

The process color (four color CMYK) of #c17fbd color hex is 0.00, 0.34, 0.02, 0.24. Web safe color of #c17fbd is #cc66cc. Color #c17fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111111 10111101
Octal 301 177 275
Decimal 193 127 189
Hex C1 7F BD

RGB Percentages of Color #c17fbd

%37.92
%24.95
%37.13

CMYK Percentages of Color #c17fbd

%0
%34
%2
%24

Triadic Colors of #c17fbd

#c17fbd #bdc17f #7fbdc1

Analogous Colors of #c17fbd

#c17fbd #c17f9c #a47fc1

Monochromatic Colors of #c17fbd

#c17fbd

Complementary Color

#c17fbd #7fc183

#c17fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17fbd Color CSS Codes

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

#c17fbd Text Font Color

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

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


#c17fbd Background Color

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

This div background color is #c17fbd


#c17fbd Border Color

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

This div border color is #c17fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,127,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c17fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c17fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #c17fbd;
  box-shadow:         1px 1px 3px 2px #c17fbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,127,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17fbd


Comments

No comments written yet.

Please login to write comment.