Color Hex Logo

#c0698b Color Hex

#C0698B
(192,105,139)
0 Favorites   0 Comments

Color spaces of #c0698b

RGB 192105139
HSL0.930.410.58
HSV337°45°75°
CMYK 0.000.450.28   0.25
XYZ31.450023.173727.2415
Yxy23.17370.38420.2831
Hunter Lab48.139132.37340.1456
CIE-Lab55.250838.7156-3.1779

#c0698b color RGB value is (192,105,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101001 10001011
Octal 300 151 213
Decimal 192 105 139
Hex C0 69 8B

RGB Percentages of Color #c0698b

%44.04
%24.08
%31.88

CMYK Percentages of Color #c0698b

%0
%45
%28
%25

Triadic Colors of #c0698b

#c0698b #8bc069 #698bc0

Analogous Colors of #c0698b

#c0698b #c07369 #c069b7

Monochromatic Colors of #c0698b

#c0698b

Complementary Color

#c0698b #69c09e

#c0698b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0698b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0698b Color CSS Codes

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

#c0698b Text Font Color

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

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


#c0698b Background Color

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

This div background color is #c0698b


#c0698b Border Color

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

This div border color is #c0698b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0698b


Comments

No comments written yet.

Please login to write comment.