Color Hex Logo

#c173db Color Hex

#C173DB
(193,115,219)
0 Favorites   0 Comments

Color spaces of #c173db

RGB 193115219
HSL0.790.590.65
HSV285°47°86°
CMYK 0.120.470.00   0.14
XYZ40.909228.713470.4039
Yxy28.71340.29220.2051
Hunter Lab53.584942.5017-40.3903
CIE-Lab60.527947.6507-41.0008

#c173db color RGB value is (193,115,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110011 11011011
Octal 301 163 333
Decimal 193 115 219
Hex C1 73 DB

RGB Percentages of Color #c173db

%36.62
%21.82
%41.56

CMYK Percentages of Color #c173db

%12
%47
%0
%14

Triadic Colors of #c173db

#c173db #dbc173 #73dbc1

Analogous Colors of #c173db

#c173db #db73c1 #8d73db

Monochromatic Colors of #c173db

#c173db

Complementary Color

#c173db #8ddb73

#c173db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c173db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c173db Color CSS Codes

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

#c173db Text Font Color

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

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


#c173db Background Color

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

This div background color is #c173db


#c173db Border Color

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

This div border color is #c173db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c173db


Comments

No comments written yet.

Please login to write comment.