Color Hex Logo

#c06f82 Color Hex

#C06F82
(192,111,130)
0 Favorites   0 Comments

Color spaces of #c06f82

RGB 192111130
HSL0.960.390.59
HSV346°42°75°
CMYK 0.000.420.32   0.25
XYZ31.451924.187124.1300
Yxy24.18710.39430.3032
Hunter Lab49.180428.08895.3361
CIE-Lab56.274634.30953.5807

#c06f82 color RGB value is (192,111,130).

#c06f82 hex color red value is 192, green value is 111 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #c06f82 hue: 0.96 , saturation: 0.39 and the lightness value of c06f82 is 0.59.

The process color (four color CMYK) of #c06f82 color hex is 0.00, 0.42, 0.32, 0.25. Web safe color of #c06f82 is #cc6699. Color #c06f82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101111 10000010
Octal 300 157 202
Decimal 192 111 130
Hex C0 6F 82

RGB Percentages of Color #c06f82

%44.34
%25.64
%30.02

CMYK Percentages of Color #c06f82

%0
%42
%32
%25

Triadic Colors of #c06f82

#c06f82 #82c06f #6f82c0

Analogous Colors of #c06f82

#c06f82 #c0856f #c06fab

Monochromatic Colors of #c06f82

#c06f82

Complementary Color

#c06f82 #6fc0ad

#c06f82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06f82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06f82 Color CSS Codes

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

#c06f82 Text Font Color

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

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


#c06f82 Background Color

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

This div background color is #c06f82


#c06f82 Border Color

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

This div border color is #c06f82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06f82


Comments

No comments written yet.

Please login to write comment.