Color Hex Logo

#c1748e Color Hex

#C1748E
(193,116,142)
0 Favorites   0 Comments

Color spaces of #c1748e

RGB 193116142
HSL0.940.380.61
HSV340°40°76°
CMYK 0.000.400.26   0.24
XYZ33.120225.781228.8218
Yxy25.78120.37760.2939
Hunter Lab50.775227.57741.8875
CIE-Lab57.828833.6203-1.1244

#c1748e color RGB value is (193,116,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110100 10001110
Octal 301 164 216
Decimal 193 116 142
Hex C1 74 8E

RGB Percentages of Color #c1748e

%42.79
%25.72
%31.49

CMYK Percentages of Color #c1748e

%0
%40
%26
%24

Triadic Colors of #c1748e

#c1748e #8ec174 #748ec1

Analogous Colors of #c1748e

#c1748e #c18174 #c174b5

Monochromatic Colors of #c1748e

#c1748e

Complementary Color

#c1748e #74c1a7

#c1748e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1748e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1748e Color CSS Codes

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

#c1748e Text Font Color

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

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


#c1748e Background Color

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

This div background color is #c1748e


#c1748e Border Color

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

This div border color is #c1748e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1748e

#c1748e Color Palettes


Comments

No comments written yet.

Please login to write comment.