Color Hex Logo

#c117ec Color Hex

#C117EC
(193,23,236)
0 Favorites   0 Comments

Color spaces of #c117ec

RGB 19323236
HSL0.800.850.51
HSV288°90°93°
CMYK 0.180.900.00   0.07
XYZ37.439018.006480.8592
Yxy18.00640.27470.1321
Hunter Lab42.433983.2292-83.2752
CIE-Lab49.503984.1765-68.1768

#c117ec color RGB value is (193,23,236).

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

The process color (four color CMYK) of #c117ec color hex is 0.18, 0.90, 0.00, 0.07. Web safe color of #c117ec is #cc00ff. Color #c117ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010111 11101100
Octal 301 27 354
Decimal 193 23 236
Hex C1 17 EC

RGB Percentages of Color #c117ec

%42.70
%5.09
%52.21

CMYK Percentages of Color #c117ec

%18
%90
%0
%7

Triadic Colors of #c117ec

#c117ec #ecc117 #17ecc1

Analogous Colors of #c117ec

#c117ec #ec17ad #5717ec

Monochromatic Colors of #c117ec

#c117ec

Complementary Color

#c117ec #42ec17

#c117ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c117ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c117ec Color CSS Codes

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

#c117ec Text Font Color

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

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


#c117ec Background Color

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

This div background color is #c117ec


#c117ec Border Color

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

This div border color is #c117ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c117ec


Comments

No comments written yet.

Please login to write comment.