Color Hex Logo

#c06795 Color Hex

#C06795
(192,103,149)
0 Favorites   0 Comments

Color spaces of #c06795

RGB 192103149
HSL0.910.410.58
HSV329°46°75°
CMYK 0.000.460.22   0.25
XYZ32.013323.076931.2008
Yxy23.07690.37100.2674
Hunter Lab48.038434.8870-4.8818
CIE-Lab55.151541.1963-9.1807

#c06795 color RGB value is (192,103,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100111 10010101
Octal 300 147 225
Decimal 192 103 149
Hex C0 67 95

RGB Percentages of Color #c06795

%43.24
%23.20
%33.56

CMYK Percentages of Color #c06795

%0
%46
%22
%25

Triadic Colors of #c06795

#c06795 #95c067 #6795c0

Analogous Colors of #c06795

#c06795 #c06769 #bf67c0

Monochromatic Colors of #c06795

#c06795

Complementary Color

#c06795 #67c092

#c06795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06795 Color CSS Codes

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

#c06795 Text Font Color

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

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


#c06795 Background Color

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

This div background color is #c06795


#c06795 Border Color

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

This div border color is #c06795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06795


Comments

No comments written yet.

Please login to write comment.