Color Hex Logo

#c17990 Color Hex

#C17990
(193,121,144)
0 Favorites   0 Comments

Color spaces of #c17990

RGB 193121144
HSL0.950.370.62
HSV341°37°76°
CMYK 0.000.370.25   0.24
XYZ33.863727.025829.8172
Yxy27.02580.37330.2979
Hunter Lab51.986325.29812.3842
CIE-Lab58.998231.1931-0.5698

#c17990 color RGB value is (193,121,144).

#c17990 hex color red value is 193, green value is 121 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #c17990 hue: 0.95 , saturation: 0.37 and the lightness value of c17990 is 0.62.

The process color (four color CMYK) of #c17990 color hex is 0.00, 0.37, 0.25, 0.24. Web safe color of #c17990 is #cc6699. Color #c17990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111001 10010000
Octal 301 171 220
Decimal 193 121 144
Hex C1 79 90

RGB Percentages of Color #c17990

%42.14
%26.42
%31.44

CMYK Percentages of Color #c17990

%0
%37
%25
%24

Triadic Colors of #c17990

#c17990 #90c179 #7990c1

Analogous Colors of #c17990

#c17990 #c18679 #c179b4

Monochromatic Colors of #c17990

#c17990

Complementary Color

#c17990 #79c1aa

#c17990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17990 Color CSS Codes

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

#c17990 Text Font Color

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

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


#c17990 Background Color

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

This div background color is #c17990


#c17990 Border Color

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

This div border color is #c17990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17990


Comments

No comments written yet.

Please login to write comment.