Color Hex Logo

#c1727d Color Hex

#C1727D
(193,114,125)
0 Favorites   0 Comments

Color spaces of #c1727d

RGB 193114125
HSL0.980.390.60
HSV352°41°76°
CMYK 0.000.410.35   0.24
XYZ31.711324.852822.5277
Yxy24.85280.40090.3142
Hunter Lab49.852626.30218.1045
CIE-Lab56.931732.42547.4541

#c1727d color RGB value is (193,114,125).

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

The process color (four color CMYK) of #c1727d color hex is 0.00, 0.41, 0.35, 0.24. Web safe color of #c1727d is #cc6666. Color #c1727d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110010 01111101
Octal 301 162 175
Decimal 193 114 125
Hex C1 72 7D

RGB Percentages of Color #c1727d

%44.68
%26.39
%28.94

CMYK Percentages of Color #c1727d

%0
%41
%35
%24

Triadic Colors of #c1727d

#c1727d #7dc172 #727dc1

Analogous Colors of #c1727d

#c1727d #c18f72 #c172a5

Monochromatic Colors of #c1727d

#c1727d

Complementary Color

#c1727d #72c1b6

#c1727d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1727d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1727d Color CSS Codes

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

#c1727d Text Font Color

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

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


#c1727d Background Color

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

This div background color is #c1727d


#c1727d Border Color

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

This div border color is #c1727d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1727d


Comments

No comments written yet.

Please login to write comment.