Color Hex Logo

#c172db Color Hex

#C172DB
(193,114,219)
0 Favorites   0 Comments

Color spaces of #c172db

RGB 193114219
HSL0.790.590.65
HSV285°48°86°
CMYK 0.120.480.00   0.14
XYZ40.795828.486670.3661
Yxy28.48660.29210.2040
Hunter Lab53.372843.0349-40.8062
CIE-Lab60.325848.1723-41.3181

#c172db color RGB value is (193,114,219).

#c172db hex color red value is 193, green value is 114 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c172db hue: 0.79 , saturation: 0.59 and the lightness value of c172db is 0.65.

The process color (four color CMYK) of #c172db color hex is 0.12, 0.48, 0.00, 0.14. Web safe color of #c172db is #cc66cc. Color #c172db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110010 11011011
Octal 301 162 333
Decimal 193 114 219
Hex C1 72 DB

RGB Percentages of Color #c172db

%36.69
%21.67
%41.63

CMYK Percentages of Color #c172db

%12
%48
%0
%14

Triadic Colors of #c172db

#c172db #dbc172 #72dbc1

Analogous Colors of #c172db

#c172db #db72c1 #8d72db

Monochromatic Colors of #c172db

#c172db

Complementary Color

#c172db #8cdb72

#c172db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c172db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c172db Color CSS Codes

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

#c172db Text Font Color

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

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


#c172db Background Color

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

This div background color is #c172db


#c172db Border Color

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

This div border color is #c172db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c172db


Comments

No comments written yet.

Please login to write comment.