Color Hex Logo

#c17295 Color Hex

#C17295
(193,114,149)
0 Favorites   0 Comments

Color spaces of #c17295

RGB 193114149
HSL0.930.390.60
HSV333°41°76°
CMYK 0.000.410.23   0.24
XYZ33.434425.542031.6017
Yxy25.54200.36910.2820
Hunter Lab50.539129.6442-1.6962
CIE-Lab57.599735.7167-5.5218

#c17295 color RGB value is (193,114,149).

#c17295 hex color red value is 193, green value is 114 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #c17295 hue: 0.93 , saturation: 0.39 and the lightness value of c17295 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110010 10010101
Octal 301 162 225
Decimal 193 114 149
Hex C1 72 95

RGB Percentages of Color #c17295

%42.32
%25.00
%32.68

CMYK Percentages of Color #c17295

%0
%41
%23
%24

Triadic Colors of #c17295

#c17295 #95c172 #7295c1

Analogous Colors of #c17295

#c17295 #c17772 #c172bd

Monochromatic Colors of #c17295

#c17295

Complementary Color

#c17295 #72c19e

#c17295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17295 Color CSS Codes

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

#c17295 Text Font Color

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

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


#c17295 Background Color

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

This div background color is #c17295


#c17295 Border Color

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

This div border color is #c17295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17295


Comments

No comments written yet.

Please login to write comment.