Color Hex Logo

#c68894 Color Hex

#C68894
(198,136,148)
0 Favorites   0 Comments

Color spaces of #c68894

RGB 198136148
HSL0.970.350.65
HSV348°31°78°
CMYK 0.000.310.25   0.22
XYZ37.438231.752232.1726
Yxy31.75220.36930.3133
Hunter Lab56.349119.98415.5926
CIE-Lab63.137525.40813.2335

#c68894 color RGB value is (198,136,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001000 10010100
Octal 306 210 224
Decimal 198 136 148
Hex C6 88 94

RGB Percentages of Color #c68894

%41.08
%28.22
%30.71

CMYK Percentages of Color #c68894

%0
%31
%25
%22

Triadic Colors of #c68894

#c68894 #94c688 #8894c6

Analogous Colors of #c68894

#c68894 #c69b88 #c688b3

Monochromatic Colors of #c68894

#c68894

Complementary Color

#c68894 #88c6ba

#c68894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68894 Color CSS Codes

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

#c68894 Text Font Color

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

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


#c68894 Background Color

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

This div background color is #c68894


#c68894 Border Color

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

This div border color is #c68894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68894


Comments

No comments written yet.

Please login to write comment.