Color Hex Logo

#c1979d Color Hex

#C1979D
(193,151,157)
0 Favorites   0 Comments

Color spaces of #c1979d

RGB 193151157
HSL0.980.250.67
HSV351°22°76°
CMYK 0.000.220.19   0.24
XYZ39.144735.905036.7655
Yxy35.90500.35010.3211
Hunter Lab59.920811.74815.5661
CIE-Lab66.447316.62832.8807

#c1979d color RGB value is (193,151,157).

#c1979d hex color red value is 193, green value is 151 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #c1979d hue: 0.98 , saturation: 0.25 and the lightness value of c1979d is 0.67.

The process color (four color CMYK) of #c1979d color hex is 0.00, 0.22, 0.19, 0.24. Web safe color of #c1979d is #cc9999. Color #c1979d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010111 10011101
Octal 301 227 235
Decimal 193 151 157
Hex C1 97 9D

RGB Percentages of Color #c1979d

%38.52
%30.14
%31.34

CMYK Percentages of Color #c1979d

%0
%22
%19
%24

Triadic Colors of #c1979d

#c1979d #9dc197 #979dc1

Analogous Colors of #c1979d

#c1979d #c1a697 #c197b2

Monochromatic Colors of #c1979d

#c1979d

Complementary Color

#c1979d #97c1bb

#c1979d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1979d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1979d Color CSS Codes

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

#c1979d Text Font Color

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

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


#c1979d Background Color

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

This div background color is #c1979d


#c1979d Border Color

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

This div border color is #c1979d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1979d


Comments

No comments written yet.

Please login to write comment.