Color Hex Logo

#c0768a Color Hex

#C0768A
(192,118,138)
0 Favorites   0 Comments

Color spaces of #c0768a

RGB 192118138
HSL0.950.370.61
HSV344°39°75°
CMYK 0.000.390.28   0.25
XYZ32.804125.998327.3340
Yxy25.99830.38080.3018
Hunter Lab50.988525.61033.9077
CIE-Lab58.035431.60661.4807

#c0768a color RGB value is (192,118,138).

#c0768a hex color red value is 192, green value is 118 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #c0768a hue: 0.95 , saturation: 0.37 and the lightness value of c0768a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110110 10001010
Octal 300 166 212
Decimal 192 118 138
Hex C0 76 8A

RGB Percentages of Color #c0768a

%42.86
%26.34
%30.80

CMYK Percentages of Color #c0768a

%0
%39
%28
%25

Triadic Colors of #c0768a

#c0768a #8ac076 #768ac0

Analogous Colors of #c0768a

#c0768a #c08776 #c076af

Monochromatic Colors of #c0768a

#c0768a

Complementary Color

#c0768a #76c0ac

#c0768a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0768a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0768a Color CSS Codes

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

#c0768a Text Font Color

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

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


#c0768a Background Color

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

This div background color is #c0768a


#c0768a Border Color

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

This div border color is #c0768a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0768a


Comments

No comments written yet.

Please login to write comment.