Color Hex Logo

#c17494 Color Hex

#C17494
(193,116,148)
0 Favorites   0 Comments

Color spaces of #c17494

RGB 193116148
HSL0.930.380.61
HSV335°40°76°
CMYK 0.000.400.23   0.24
XYZ33.583025.966431.2590
Yxy25.96640.36980.2859
Hunter Lab50.957228.4640-0.7006
CIE-Lab58.005134.4914-4.3424

#c17494 color RGB value is (193,116,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110100 10010100
Octal 301 164 224
Decimal 193 116 148
Hex C1 74 94

RGB Percentages of Color #c17494

%42.23
%25.38
%32.39

CMYK Percentages of Color #c17494

%0
%40
%23
%24

Triadic Colors of #c17494

#c17494 #94c174 #7494c1

Analogous Colors of #c17494

#c17494 #c17b74 #c174bb

Monochromatic Colors of #c17494

#c17494

Complementary Color

#c17494 #74c1a1

#c17494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17494 Color CSS Codes

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

#c17494 Text Font Color

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

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


#c17494 Background Color

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

This div background color is #c17494


#c17494 Border Color

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

This div border color is #c17494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17494


Comments

No comments written yet.

Please login to write comment.