Color Hex Logo

#c68494 Color Hex

#C68494
(198,132,148)
0 Favorites   0 Comments

Color spaces of #c68494

RGB 198132148
HSL0.960.370.65
HSV345°33°78°
CMYK 0.000.330.25   0.22
XYZ36.885330.646431.9883
Yxy30.64640.37060.3079
Hunter Lab55.359222.05434.4918
CIE-Lab62.208027.60151.8856

#c68494 color RGB value is (198,132,148).

#c68494 hex color red value is 198, green value is 132 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #c68494 hue: 0.96 , saturation: 0.37 and the lightness value of c68494 is 0.65.

The process color (four color CMYK) of #c68494 color hex is 0.00, 0.33, 0.25, 0.22. Web safe color of #c68494 is #cc9999. Color #c68494 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000100 10010100
Octal 306 204 224
Decimal 198 132 148
Hex C6 84 94

RGB Percentages of Color #c68494

%41.42
%27.62
%30.96

CMYK Percentages of Color #c68494

%0
%33
%25
%22

Triadic Colors of #c68494

#c68494 #94c684 #8494c6

Analogous Colors of #c68494

#c68494 #c69584 #c684b5

Monochromatic Colors of #c68494

#c68494

Complementary Color

#c68494 #84c6b6

#c68494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68494 Color CSS Codes

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

#c68494 Text Font Color

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

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


#c68494 Background Color

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

This div background color is #c68494


#c68494 Border Color

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

This div border color is #c68494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68494


Comments

No comments written yet.

Please login to write comment.