Color Hex Logo

#c117bc Color Hex

#C117BC
(193,23,188)
0 Favorites   0 Comments

Color spaces of #c117bc

RGB 19323188
HSL0.840.790.42
HSV302°88°76°
CMYK 0.000.880.03   0.24
XYZ31.375815.581148.9307
Yxy15.58110.32720.1625
Hunter Lab39.472972.8066-45.8650
CIE-Lab46.420076.5071-45.5716

#c117bc color RGB value is (193,23,188).

#c117bc hex color red value is 193, green value is 23 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c117bc hue: 0.84 , saturation: 0.79 and the lightness value of c117bc is 0.42.

The process color (four color CMYK) of #c117bc color hex is 0.00, 0.88, 0.03, 0.24. Web safe color of #c117bc is #cc00cc. Color #c117bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010111 10111100
Octal 301 27 274
Decimal 193 23 188
Hex C1 17 BC

RGB Percentages of Color #c117bc

%47.77
%5.69
%46.53

CMYK Percentages of Color #c117bc

%0
%88
%3
%24

Triadic Colors of #c117bc

#c117bc #bcc117 #17bcc1

Analogous Colors of #c117bc

#c117bc #c11767 #7117c1

Monochromatic Colors of #c117bc

#c117bc

Complementary Color

#c117bc #17c11c

#c117bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c117bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c117bc Color CSS Codes

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

#c117bc Text Font Color

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

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


#c117bc Background Color

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

This div background color is #c117bc


#c117bc Border Color

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

This div border color is #c117bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c117bc


Comments

No comments written yet.

Please login to write comment.