Color Hex Logo

#c117cf Color Hex

#C117CF
(193,23,207)
0 Favorites   0 Comments

Color spaces of #c117cf

RGB 19323207
HSL0.820.800.45
HSV295°89°81°
CMYK 0.070.890.00   0.19
XYZ33.561216.455260.4388
Yxy16.45520.30380.1490
Hunter Lab40.565076.6921-59.9421
CIE-Lab47.566179.4107-54.7705

#c117cf color RGB value is (193,23,207).

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

The process color (four color CMYK) of #c117cf color hex is 0.07, 0.89, 0.00, 0.19. Web safe color of #c117cf is #cc00cc. Color #c117cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010111 11001111
Octal 301 27 317
Decimal 193 23 207
Hex C1 17 CF

RGB Percentages of Color #c117cf

%45.63
%5.44
%48.94

CMYK Percentages of Color #c117cf

%7
%89
%0
%19

Triadic Colors of #c117cf

#c117cf #cfc117 #17cfc1

Analogous Colors of #c117cf

#c117cf #cf1781 #6517cf

Monochromatic Colors of #c117cf

#c117cf

Complementary Color

#c117cf #25cf17

#c117cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c117cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c117cf Color CSS Codes

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

#c117cf Text Font Color

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

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


#c117cf Background Color

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

This div background color is #c117cf


#c117cf Border Color

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

This div border color is #c117cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c117cf


Comments

No comments written yet.

Please login to write comment.