Color Hex Logo

#c17490 Color Hex

#C17490
(193,116,144)
0 Favorites   0 Comments

Color spaces of #c17490

RGB 193116144
HSL0.940.380.61
HSV338°40°76°
CMYK 0.000.400.25   0.24
XYZ33.271825.841929.6199
Yxy25.84190.37500.2912
Hunter Lab50.834927.86831.0380
CIE-Lab57.886733.9068-2.1991

#c17490 color RGB value is (193,116,144).

#c17490 hex color red value is 193, green value is 116 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #c17490 hue: 0.94 , saturation: 0.38 and the lightness value of c17490 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110100 10010000
Octal 301 164 220
Decimal 193 116 144
Hex C1 74 90

RGB Percentages of Color #c17490

%42.60
%25.61
%31.79

CMYK Percentages of Color #c17490

%0
%40
%25
%24

Triadic Colors of #c17490

#c17490 #90c174 #7490c1

Analogous Colors of #c17490

#c17490 #c17f74 #c174b7

Monochromatic Colors of #c17490

#c17490

Complementary Color

#c17490 #74c1a5

#c17490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17490 Color CSS Codes

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

#c17490 Text Font Color

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

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


#c17490 Background Color

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

This div background color is #c17490


#c17490 Border Color

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

This div border color is #c17490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17490


Comments

No comments written yet.

Please login to write comment.