Color Hex Logo

#c173bd Color Hex

#C173BD
(193,115,189)
0 Favorites   0 Comments

Color spaces of #c173bd

RGB 193115189
HSL0.840.390.60
HSV303°40°76°
CMYK 0.000.400.02   0.24
XYZ37.308427.273051.4420
Yxy27.27300.32160.2351
Hunter Lab52.223636.1288-21.8462
CIE-Lab59.226241.8434-26.0693

#c173bd color RGB value is (193,115,189).

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

The process color (four color CMYK) of #c173bd color hex is 0.00, 0.40, 0.02, 0.24. Web safe color of #c173bd is #cc66cc. Color #c173bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110011 10111101
Octal 301 163 275
Decimal 193 115 189
Hex C1 73 BD

RGB Percentages of Color #c173bd

%38.83
%23.14
%38.03

CMYK Percentages of Color #c173bd

%0
%40
%2
%24

Triadic Colors of #c173bd

#c173bd #bdc173 #73bdc1

Analogous Colors of #c173bd

#c173bd #c17396 #9e73c1

Monochromatic Colors of #c173bd

#c173bd

Complementary Color

#c173bd #73c177

#c173bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c173bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c173bd Color CSS Codes

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

#c173bd Text Font Color

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

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


#c173bd Background Color

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

This div background color is #c173bd


#c173bd Border Color

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

This div border color is #c173bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c173bd


Comments

No comments written yet.

Please login to write comment.