Color Hex Logo

#c97694 Color Hex

#C97694
(201,118,148)
0 Favorites   0 Comments

Color spaces of #c97694

RGB 201118148
HSL0.940.430.63
HSV338°41°79°
CMYK 0.000.410.26   0.21
XYZ35.911127.512531.4347
Yxy27.51250.37860.2900
Hunter Lab52.452430.41701.1842
CIE-Lab59.445736.2683-2.1054

#c97694 color RGB value is (201,118,148).

#c97694 hex color red value is 201, green value is 118 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #c97694 hue: 0.94 , saturation: 0.43 and the lightness value of c97694 is 0.63.

The process color (four color CMYK) of #c97694 color hex is 0.00, 0.41, 0.26, 0.21. Web safe color of #c97694 is #cc6699. Color #c97694 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110110 10010100
Octal 311 166 224
Decimal 201 118 148
Hex C9 76 94

RGB Percentages of Color #c97694

%43.04
%25.27
%31.69

CMYK Percentages of Color #c97694

%0
%41
%26
%21

Triadic Colors of #c97694

#c97694 #94c976 #7694c9

Analogous Colors of #c97694

#c97694 #c98276 #c976be

Monochromatic Colors of #c97694

#c97694

Complementary Color

#c97694 #76c9ab

#c97694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97694 Color CSS Codes

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

#c97694 Text Font Color

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

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


#c97694 Background Color

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

This div background color is #c97694


#c97694 Border Color

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

This div border color is #c97694


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,118,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c97694; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c97694;
  -webkit-box-shadow: 1px 1px 3px 2px #c97694;
  box-shadow:         1px 1px 3px 2px #c97694; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,118,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97694


Comments

No comments written yet.

Please login to write comment.