Color Hex Logo

#c0688d Color Hex

#C0688D
(192,104,141)
0 Favorites   0 Comments

Color spaces of #c0688d

RGB 192104141
HSL0.930.410.58
HSV335°46°75°
CMYK 0.000.460.27   0.25
XYZ31.496323.030227.9845
Yxy23.03020.38170.2791
Hunter Lab47.989833.1696-0.9812
CIE-Lab55.103439.5204-4.5675

#c0688d color RGB value is (192,104,141).

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

The process color (four color CMYK) of #c0688d color hex is 0.00, 0.46, 0.27, 0.25. Web safe color of #c0688d is #cc6699. Color #c0688d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101000 10001101
Octal 300 150 215
Decimal 192 104 141
Hex C0 68 8D

RGB Percentages of Color #c0688d

%43.94
%23.80
%32.27

CMYK Percentages of Color #c0688d

%0
%46
%27
%25

Triadic Colors of #c0688d

#c0688d #8dc068 #688dc0

Analogous Colors of #c0688d

#c0688d #c06f68 #c068b9

Monochromatic Colors of #c0688d

#c0688d

Complementary Color

#c0688d #68c09b

#c0688d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0688d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0688d Color CSS Codes

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

#c0688d Text Font Color

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

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


#c0688d Background Color

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

This div background color is #c0688d


#c0688d Border Color

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

This div border color is #c0688d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0688d


Comments

No comments written yet.

Please login to write comment.