Color Hex Logo

#c170ce Color Hex

#C170CE
(193,112,206)
0 Favorites   0 Comments

Color spaces of #c170ce

RGB 193112206
HSL0.810.490.62
HSV292°46°81°
CMYK 0.060.460.00   0.19
XYZ38.927127.382061.6261
Yxy27.38200.30430.2140
Hunter Lab52.327841.2140-33.1960
CIE-Lab59.326346.6318-35.5637

#c170ce color RGB value is (193,112,206).

#c170ce hex color red value is 193, green value is 112 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c170ce hue: 0.81 , saturation: 0.49 and the lightness value of c170ce is 0.62.

The process color (four color CMYK) of #c170ce color hex is 0.06, 0.46, 0.00, 0.19. Web safe color of #c170ce is #cc66cc. Color #c170ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110000 11001110
Octal 301 160 316
Decimal 193 112 206
Hex C1 70 CE

RGB Percentages of Color #c170ce

%37.77
%21.92
%40.31

CMYK Percentages of Color #c170ce

%6
%46
%0
%19

Triadic Colors of #c170ce

#c170ce #cec170 #70cec1

Analogous Colors of #c170ce

#c170ce #ce70ac #9270ce

Monochromatic Colors of #c170ce

#c170ce

Complementary Color

#c170ce #7dce70

#c170ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c170ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c170ce Color CSS Codes

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

#c170ce Text Font Color

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

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


#c170ce Background Color

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

This div background color is #c170ce


#c170ce Border Color

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

This div border color is #c170ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c170ce


Comments

No comments written yet.

Please login to write comment.