Color Hex Logo

#c170bc Color Hex

#C170BC
(193,112,188)
0 Favorites   0 Comments

Color spaces of #c170bc

RGB 193112188
HSL0.840.400.60
HSV304°42°76°
CMYK 0.000.420.03   0.24
XYZ36.863626.556650.7600
Yxy26.55660.32290.2326
Hunter Lab51.533137.5050-22.3274
CIE-Lab58.561643.2470-26.5236

#c170bc color RGB value is (193,112,188).

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

The process color (four color CMYK) of #c170bc color hex is 0.00, 0.42, 0.03, 0.24. Web safe color of #c170bc is #cc66cc. Color #c170bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110000 10111100
Octal 301 160 274
Decimal 193 112 188
Hex C1 70 BC

RGB Percentages of Color #c170bc

%39.15
%22.72
%38.13

CMYK Percentages of Color #c170bc

%0
%42
%3
%24

Triadic Colors of #c170bc

#c170bc #bcc170 #70bcc1

Analogous Colors of #c170bc

#c170bc #c17094 #9e70c1

Monochromatic Colors of #c170bc

#c170bc

Complementary Color

#c170bc #70c175

#c170bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c170bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c170bc Color CSS Codes

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

#c170bc Text Font Color

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

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


#c170bc Background Color

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

This div background color is #c170bc


#c170bc Border Color

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

This div border color is #c170bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,112,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 #c170bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c170bc


Comments

No comments written yet.

Please login to write comment.