Color Hex Logo

#c161dc Color Hex

#C161DC
(193,97,220)
0 Favorites   0 Comments

Color spaces of #c161dc

RGB 19397220
HSL0.800.640.62
HSV287°56°86°
CMYK 0.120.560.00   0.14
XYZ39.185325.054270.4808
Yxy25.05420.29090.1860
Hunter Lab50.054252.1453-48.4478
CIE-Lab57.128256.9253-46.9252

#c161dc color RGB value is (193,97,220).

#c161dc hex color red value is 193, green value is 97 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c161dc hue: 0.80 , saturation: 0.64 and the lightness value of c161dc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100001 11011100
Octal 301 141 334
Decimal 193 97 220
Hex C1 61 DC

RGB Percentages of Color #c161dc

%37.84
%19.02
%43.14

CMYK Percentages of Color #c161dc

%12
%56
%0
%14

Triadic Colors of #c161dc

#c161dc #dcc161 #61dcc1

Analogous Colors of #c161dc

#c161dc #dc61ba #8461dc

Monochromatic Colors of #c161dc

#c161dc

Complementary Color

#c161dc #7cdc61

#c161dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c161dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c161dc Color CSS Codes

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

#c161dc Text Font Color

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

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


#c161dc Background Color

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

This div background color is #c161dc


#c161dc Border Color

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

This div border color is #c161dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c161dc


Comments

No comments written yet.

Please login to write comment.