Color Hex Logo

#c1758e Color Hex

#C1758E
(193,117,142)
0 Favorites   0 Comments

Color spaces of #c1758e

RGB 193117142
HSL0.950.380.61
HSV340°39°76°
CMYK 0.000.390.26   0.24
XYZ33.236126.013028.8605
Yxy26.01300.37720.2952
Hunter Lab51.002927.06452.1522
CIE-Lab58.049433.0794-0.8015

#c1758e color RGB value is (193,117,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110101 10001110
Octal 301 165 216
Decimal 193 117 142
Hex C1 75 8E

RGB Percentages of Color #c1758e

%42.70
%25.88
%31.42

CMYK Percentages of Color #c1758e

%0
%39
%26
%24

Triadic Colors of #c1758e

#c1758e #8ec175 #758ec1

Analogous Colors of #c1758e

#c1758e #c18275 #c175b4

Monochromatic Colors of #c1758e

#c1758e

Complementary Color

#c1758e #75c1a8

#c1758e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1758e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1758e Color CSS Codes

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

#c1758e Text Font Color

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

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


#c1758e Background Color

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

This div background color is #c1758e


#c1758e Border Color

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

This div border color is #c1758e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1758e

#c1758e Color Palettes


Comments

No comments written yet.

Please login to write comment.