Color Hex Logo

#c161bd Color Hex

#C161BD
(193,97,189)
0 Favorites   0 Comments

Color spaces of #c161bd

RGB 19397189
HSL0.840.440.57
HSV303°50°76°
CMYK 0.000.500.02   0.24
XYZ35.452323.561050.8233
Yxy23.56100.32280.2145
Hunter Lab48.539745.4280-28.1016
CIE-Lab55.645651.1024-31.6157

#c161bd color RGB value is (193,97,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100001 10111101
Octal 301 141 275
Decimal 193 97 189
Hex C1 61 BD

RGB Percentages of Color #c161bd

%40.29
%20.25
%39.46

CMYK Percentages of Color #c161bd

%0
%50
%2
%24

Triadic Colors of #c161bd

#c161bd #bdc161 #61bdc1

Analogous Colors of #c161bd

#c161bd #c1618d #9561c1

Monochromatic Colors of #c161bd

#c161bd

Complementary Color

#c161bd #61c165

#c161bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c161bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c161bd Color CSS Codes

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

#c161bd Text Font Color

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

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


#c161bd Background Color

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

This div background color is #c161bd


#c161bd Border Color

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

This div border color is #c161bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c161bd


Comments

No comments written yet.

Please login to write comment.