Color Hex Logo

#c117ca Color Hex

#C117CA
(193,23,202)
0 Favorites   0 Comments

Color spaces of #c117ca

RGB 19323202
HSL0.820.800.44
HSV297°89°79°
CMYK 0.040.890.00   0.21
XYZ32.959416.214557.2697
Yxy16.21450.30960.1523
Hunter Lab40.267275.6376-56.1376
CIE-Lab47.254778.6281-52.3829

#c117ca color RGB value is (193,23,202).

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

The process color (four color CMYK) of #c117ca color hex is 0.04, 0.89, 0.00, 0.21. Web safe color of #c117ca is #cc00cc. Color #c117ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010111 11001010
Octal 301 27 312
Decimal 193 23 202
Hex C1 17 CA

RGB Percentages of Color #c117ca

%46.17
%5.50
%48.33

CMYK Percentages of Color #c117ca

%4
%89
%0
%21

Triadic Colors of #c117ca

#c117ca #cac117 #17cac1

Analogous Colors of #c117ca

#c117ca #ca177a #6817ca

Monochromatic Colors of #c117ca

#c117ca

Complementary Color

#c117ca #20ca17

#c117ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c117ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c117ca Color CSS Codes

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

#c117ca Text Font Color

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

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


#c117ca Background Color

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

This div background color is #c117ca


#c117ca Border Color

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

This div border color is #c117ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c117ca


Comments

No comments written yet.

Please login to write comment.