Color Hex Logo

#c06178 Color Hex

#C06178
(192,97,120)
0 Favorites   0 Comments

Color spaces of #c06178

RGB 19297120
HSL0.960.430.57
HSV345°49°75°
CMYK 0.000.490.38   0.25
XYZ29.403121.111920.2946
Yxy21.11190.41520.2982
Hunter Lab45.947733.81835.9756
CIE-Lab53.071740.43644.8443

#c06178 color RGB value is (192,97,120).

#c06178 hex color red value is 192, green value is 97 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #c06178 hue: 0.96 , saturation: 0.43 and the lightness value of c06178 is 0.57.

The process color (four color CMYK) of #c06178 color hex is 0.00, 0.49, 0.38, 0.25. Web safe color of #c06178 is #cc6666. Color #c06178 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100001 01111000
Octal 300 141 170
Decimal 192 97 120
Hex C0 61 78

RGB Percentages of Color #c06178

%46.94
%23.72
%29.34

CMYK Percentages of Color #c06178

%0
%49
%38
%25

Triadic Colors of #c06178

#c06178 #78c061 #6178c0

Analogous Colors of #c06178

#c06178 #c07a61 #c061a8

Monochromatic Colors of #c06178

#c06178

Complementary Color

#c06178 #61c0a9

#c06178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06178 Color CSS Codes

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

#c06178 Text Font Color

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

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


#c06178 Background Color

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

This div background color is #c06178


#c06178 Border Color

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

This div border color is #c06178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06178


Comments

No comments written yet.

Please login to write comment.