Color Hex Logo

#c117cd Color Hex

#C117CD
(193,23,205)
0 Favorites   0 Comments

Color spaces of #c117cd

RGB 19323205
HSL0.820.800.45
HSV296°89°80°
CMYK 0.060.890.00   0.20
XYZ33.318216.358059.1590
Yxy16.35800.30610.1503
Hunter Lab40.445076.2677-58.4121
CIE-Lab47.440779.0962-53.8182

#c117cd color RGB value is (193,23,205).

#c117cd hex color red value is 193, green value is 23 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c117cd hue: 0.82 , saturation: 0.80 and the lightness value of c117cd is 0.45.

The process color (four color CMYK) of #c117cd color hex is 0.06, 0.89, 0.00, 0.20. Web safe color of #c117cd is #cc00cc. Color #c117cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010111 11001101
Octal 301 27 315
Decimal 193 23 205
Hex C1 17 CD

RGB Percentages of Color #c117cd

%45.84
%5.46
%48.69

CMYK Percentages of Color #c117cd

%6
%89
%0
%20

Triadic Colors of #c117cd

#c117cd #cdc117 #17cdc1

Analogous Colors of #c117cd

#c117cd #cd177e #6617cd

Monochromatic Colors of #c117cd

#c117cd

Complementary Color

#c117cd #23cd17

#c117cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c117cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c117cd Color CSS Codes

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

#c117cd Text Font Color

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

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


#c117cd Background Color

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

This div background color is #c117cd


#c117cd Border Color

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

This div border color is #c117cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c117cd


Comments

No comments written yet.

Please login to write comment.