Color Hex Logo

#c17fdc Color Hex

#C17FDC
(193,127,220)
0 Favorites   0 Comments

Color spaces of #c17fdc

RGB 193127220
HSL0.780.570.68
HSV283°42°86°
CMYK 0.120.420.00   0.14
XYZ42.500031.683571.5857
Yxy31.68350.29160.2174
Hunter Lab56.288136.2712-36.0018
CIE-Lab63.080441.4794-37.5621

#c17fdc color RGB value is (193,127,220).

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

The process color (four color CMYK) of #c17fdc color hex is 0.12, 0.42, 0.00, 0.14. Web safe color of #c17fdc is #cc66cc. Color #c17fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111111 11011100
Octal 301 177 334
Decimal 193 127 220
Hex C1 7F DC

RGB Percentages of Color #c17fdc

%35.74
%23.52
%40.74

CMYK Percentages of Color #c17fdc

%12
%42
%0
%14

Triadic Colors of #c17fdc

#c17fdc #dcc17f #7fdcc1

Analogous Colors of #c17fdc

#c17fdc #dc7fc9 #937fdc

Monochromatic Colors of #c17fdc

#c17fdc

Complementary Color

#c17fdc #9adc7f

#c17fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17fdc Color CSS Codes

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

#c17fdc Text Font Color

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

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


#c17fdc Background Color

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

This div background color is #c17fdc


#c17fdc Border Color

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

This div border color is #c17fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17fdc


Comments

No comments written yet.

Please login to write comment.