Color Hex Logo

#c161b5 Color Hex

#C161B5
(193,97,181)
0 Favorites   0 Comments

Color spaces of #c161b5

RGB 19397181
HSL0.850.440.57
HSV308°50°76°
CMYK 0.000.500.06   0.24
XYZ34.607523.223046.3745
Yxy23.22300.33210.2229
Hunter Lab48.190243.8556-23.3229
CIE-Lab55.301349.7044-27.5436

#c161b5 color RGB value is (193,97,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100001 10110101
Octal 301 141 265
Decimal 193 97 181
Hex C1 61 B5

RGB Percentages of Color #c161b5

%40.98
%20.59
%38.43

CMYK Percentages of Color #c161b5

%0
%50
%6
%24

Triadic Colors of #c161b5

#c161b5 #b5c161 #61b5c1

Analogous Colors of #c161b5

#c161b5 #c16185 #9d61c1

Monochromatic Colors of #c161b5

#c161b5

Complementary Color

#c161b5 #61c16d

#c161b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c161b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c161b5 Color CSS Codes

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

#c161b5 Text Font Color

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

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


#c161b5 Background Color

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

This div background color is #c161b5


#c161b5 Border Color

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

This div border color is #c161b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c161b5


Comments

No comments written yet.

Please login to write comment.