Color Hex Logo

#c17ddf Color Hex

#C17DDF
(193,125,223)
0 Favorites   0 Comments

Color spaces of #c17ddf

RGB 193125223
HSL0.780.600.68
HSV282°44°87°
CMYK 0.130.440.00   0.13
XYZ42.645231.332473.6121
Yxy31.33240.28890.2123
Hunter Lab55.975438.0346-38.7884
CIE-Lab62.787243.1781-39.6933

#c17ddf color RGB value is (193,125,223).

#c17ddf hex color red value is 193, green value is 125 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c17ddf hue: 0.78 , saturation: 0.60 and the lightness value of c17ddf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111101 11011111
Octal 301 175 337
Decimal 193 125 223
Hex C1 7D DF

RGB Percentages of Color #c17ddf

%35.67
%23.11
%41.22

CMYK Percentages of Color #c17ddf

%13
%44
%0
%13

Triadic Colors of #c17ddf

#c17ddf #dfc17d #7ddfc1

Analogous Colors of #c17ddf

#c17ddf #df7dcc #907ddf

Monochromatic Colors of #c17ddf

#c17ddf

Complementary Color

#c17ddf #9bdf7d

#c17ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17ddf Color CSS Codes

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

#c17ddf Text Font Color

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

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


#c17ddf Background Color

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

This div background color is #c17ddf


#c17ddf Border Color

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

This div border color is #c17ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17ddf


Comments

No comments written yet.

Please login to write comment.