Color Hex Logo

#c170df Color Hex

#C170DF
(193,112,223)
0 Favorites   0 Comments

Color spaces of #c170df

RGB 193112223
HSL0.790.630.66
HSV284°50°87°
CMYK 0.130.500.00   0.13
XYZ41.105828.253573.0990
Yxy28.25350.28850.1983
Hunter Lab53.154045.0205-44.3296
CIE-Lab60.117150.0250-43.8883

#c170df color RGB value is (193,112,223).

#c170df hex color red value is 193, green value is 112 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c170df hue: 0.79 , saturation: 0.63 and the lightness value of c170df is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110000 11011111
Octal 301 160 337
Decimal 193 112 223
Hex C1 70 DF

RGB Percentages of Color #c170df

%36.55
%21.21
%42.23

CMYK Percentages of Color #c170df

%13
%50
%0
%13

Triadic Colors of #c170df

#c170df #dfc170 #70dfc1

Analogous Colors of #c170df

#c170df #df70c6 #8a70df

Monochromatic Colors of #c170df

#c170df

Complementary Color

#c170df #8edf70

#c170df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c170df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c170df Color CSS Codes

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

#c170df Text Font Color

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

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


#c170df Background Color

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

This div background color is #c170df


#c170df Border Color

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

This div border color is #c170df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,112,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 #c170df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c170df


Comments

No comments written yet.

Please login to write comment.