Color Hex Logo

#c172bf Color Hex

#C172BF
(193,114,191)
0 Favorites   0 Comments

Color spaces of #c172bf

RGB 193114191
HSL0.840.390.60
HSV302°41°76°
CMYK 0.000.410.01   0.24
XYZ37.413627.133752.5556
Yxy27.13370.31950.2317
Hunter Lab52.090037.0499-23.3569
CIE-Lab59.097942.7401-27.4065

#c172bf color RGB value is (193,114,191).

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

The process color (four color CMYK) of #c172bf color hex is 0.00, 0.41, 0.01, 0.24. Web safe color of #c172bf is #cc66cc. Color #c172bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110010 10111111
Octal 301 162 277
Decimal 193 114 191
Hex C1 72 BF

RGB Percentages of Color #c172bf

%38.76
%22.89
%38.35

CMYK Percentages of Color #c172bf

%0
%41
%1
%24

Triadic Colors of #c172bf

#c172bf #bfc172 #72bfc1

Analogous Colors of #c172bf

#c172bf #c17298 #9c72c1

Monochromatic Colors of #c172bf

#c172bf

Complementary Color

#c172bf #72c174

#c172bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c172bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c172bf Color CSS Codes

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

#c172bf Text Font Color

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

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


#c172bf Background Color

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

This div background color is #c172bf


#c172bf Border Color

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

This div border color is #c172bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c172bf


Comments

No comments written yet.

Please login to write comment.