Color Hex Logo

#c17dbc Color Hex

#C17DBC
(193,125,188)
0 Favorites   0 Comments

Color spaces of #c17dbc

RGB 193125188
HSL0.850.350.62
HSV304°35°76°
CMYK 0.000.350.03   0.24
XYZ38.403029.635551.2731
Yxy29.63550.32190.2484
Hunter Lab54.438530.6534-17.7356
CIE-Lab61.338436.2846-22.2568

#c17dbc color RGB value is (193,125,188).

#c17dbc hex color red value is 193, green value is 125 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c17dbc hue: 0.85 , saturation: 0.35 and the lightness value of c17dbc is 0.62.

The process color (four color CMYK) of #c17dbc color hex is 0.00, 0.35, 0.03, 0.24. Web safe color of #c17dbc is #cc66cc. Color #c17dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111101 10111100
Octal 301 175 274
Decimal 193 125 188
Hex C1 7D BC

RGB Percentages of Color #c17dbc

%38.14
%24.70
%37.15

CMYK Percentages of Color #c17dbc

%0
%35
%3
%24

Triadic Colors of #c17dbc

#c17dbc #bcc17d #7dbcc1

Analogous Colors of #c17dbc

#c17dbc #c17d9a #a47dc1

Monochromatic Colors of #c17dbc

#c17dbc

Complementary Color

#c17dbc #7dc182

#c17dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17dbc Color CSS Codes

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

#c17dbc Text Font Color

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

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


#c17dbc Background Color

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

This div background color is #c17dbc


#c17dbc Border Color

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

This div border color is #c17dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17dbc


Comments

No comments written yet.

Please login to write comment.