Color Hex Logo

#c0698e Color Hex

#C0698E
(192,105,142)
0 Favorites   0 Comments

Color spaces of #c0698e

RGB 192105142
HSL0.930.410.58
HSV334°45°75°
CMYK 0.000.450.26   0.25
XYZ31.672323.262628.4120
Yxy23.26260.38000.2791
Hunter Lab48.231332.8117-1.1645
CIE-Lab55.341839.1363-4.8007

#c0698e color RGB value is (192,105,142).

#c0698e hex color red value is 192, green value is 105 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c0698e hue: 0.93 , saturation: 0.41 and the lightness value of c0698e is 0.58.

The process color (four color CMYK) of #c0698e color hex is 0.00, 0.45, 0.26, 0.25. Web safe color of #c0698e is #cc6699. Color #c0698e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101001 10001110
Octal 300 151 216
Decimal 192 105 142
Hex C0 69 8E

RGB Percentages of Color #c0698e

%43.74
%23.92
%32.35

CMYK Percentages of Color #c0698e

%0
%45
%26
%25

Triadic Colors of #c0698e

#c0698e #8ec069 #698ec0

Analogous Colors of #c0698e

#c0698e #c07069 #c069ba

Monochromatic Colors of #c0698e

#c0698e

Complementary Color

#c0698e #69c09b

#c0698e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0698e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0698e Color CSS Codes

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

#c0698e Text Font Color

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

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


#c0698e Background Color

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

This div background color is #c0698e


#c0698e Border Color

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

This div border color is #c0698e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,105,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0698e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0698e;
  -webkit-box-shadow: 1px 1px 3px 2px #c0698e;
  box-shadow:         1px 1px 3px 2px #c0698e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,105,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0698e


Comments

No comments written yet.

Please login to write comment.