Color Hex Logo

#c172cb Color Hex

#C172CB
(193,114,203)
0 Favorites   0 Comments

Color spaces of #c172cb

RGB 193114203
HSL0.810.460.62
HSV293°44°80°
CMYK 0.050.440.00   0.20
XYZ38.789127.683959.7990
Yxy27.68390.30720.2192
Hunter Lab52.615539.5163-30.5539
CIE-Lab59.602145.0036-33.4368

#c172cb color RGB value is (193,114,203).

#c172cb hex color red value is 193, green value is 114 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c172cb hue: 0.81 , saturation: 0.46 and the lightness value of c172cb is 0.62.

The process color (four color CMYK) of #c172cb color hex is 0.05, 0.44, 0.00, 0.20. Web safe color of #c172cb is #cc66cc. Color #c172cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110010 11001011
Octal 301 162 313
Decimal 193 114 203
Hex C1 72 CB

RGB Percentages of Color #c172cb

%37.84
%22.35
%39.80

CMYK Percentages of Color #c172cb

%5
%44
%0
%20

Triadic Colors of #c172cb

#c172cb #cbc172 #72cbc1

Analogous Colors of #c172cb

#c172cb #cb72a9 #9572cb

Monochromatic Colors of #c172cb

#c172cb

Complementary Color

#c172cb #7ccb72

#c172cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c172cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c172cb Color CSS Codes

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

#c172cb Text Font Color

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

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


#c172cb Background Color

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

This div background color is #c172cb


#c172cb Border Color

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

This div border color is #c172cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c172cb


Comments

No comments written yet.

Please login to write comment.