Color Hex Logo

#c116fd Color Hex

#C116FD
(193,22,253)
0 Favorites   0 Comments

Color spaces of #c116fd

RGB 19322253
HSL0.790.980.54
HSV284°91°99°
CMYK 0.240.910.00   0.01
XYZ40.008919.003194.4878
Yxy19.00310.26060.1238
Hunter Lab43.592587.5390-97.9976
CIE-Lab50.690887.2617-75.7822

#c116fd color RGB value is (193,22,253).

#c116fd hex color red value is 193, green value is 22 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c116fd hue: 0.79 , saturation: 0.98 and the lightness value of c116fd is 0.54.

The process color (four color CMYK) of #c116fd color hex is 0.24, 0.91, 0.00, 0.01. Web safe color of #c116fd is #cc00ff. Color #c116fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010110 11111101
Octal 301 26 375
Decimal 193 22 253
Hex C1 16 FD

RGB Percentages of Color #c116fd

%41.24
%4.70
%54.06

CMYK Percentages of Color #c116fd

%24
%91
%0
%1

Triadic Colors of #c116fd

#c116fd #fdc116 #16fdc1

Analogous Colors of #c116fd

#c116fd #fd16c6 #4e16fd

Monochromatic Colors of #c116fd

#c116fd

Complementary Color

#c116fd #52fd16

#c116fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c116fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c116fd Color CSS Codes

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

#c116fd Text Font Color

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

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


#c116fd Background Color

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

This div background color is #c116fd


#c116fd Border Color

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

This div border color is #c116fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c116fd


Comments

No comments written yet.

Please login to write comment.