Color Hex Logo

#c0679d Color Hex

#C0679D
(192,103,157)
0 Favorites   0 Comments

Color spaces of #c0679d

RGB 192103157
HSL0.900.410.58
HSV324°46°75°
CMYK 0.000.460.18   0.25
XYZ32.674323.341334.6815
Yxy23.34130.36030.2574
Hunter Lab48.312836.1733-8.7425
CIE-Lab55.422242.4075-13.4453

#c0679d color RGB value is (192,103,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100111 10011101
Octal 300 147 235
Decimal 192 103 157
Hex C0 67 9D

RGB Percentages of Color #c0679d

%42.48
%22.79
%34.73

CMYK Percentages of Color #c0679d

%0
%46
%18
%25

Triadic Colors of #c0679d

#c0679d #9dc067 #679dc0

Analogous Colors of #c0679d

#c0679d #c06771 #b767c0

Monochromatic Colors of #c0679d

#c0679d

Complementary Color

#c0679d #67c08a

#c0679d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0679d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0679d Color CSS Codes

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

#c0679d Text Font Color

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

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


#c0679d Background Color

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

This div background color is #c0679d


#c0679d Border Color

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

This div border color is #c0679d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0679d


Comments

No comments written yet.

Please login to write comment.