Color Hex Logo

#c06dac Color Hex

#C06DAC
(192,109,172)
0 Favorites   0 Comments

Color spaces of #c06dac

RGB 192109172
HSL0.870.400.59
HSV314°43°75°
CMYK 0.000.430.10   0.25
XYZ34.653325.122342.0524
Yxy25.12230.34030.2467
Hunter Lab50.122235.6970-14.6587
CIE-Lab57.194441.7020-19.4516

#c06dac color RGB value is (192,109,172).

#c06dac hex color red value is 192, green value is 109 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c06dac hue: 0.87 , saturation: 0.40 and the lightness value of c06dac is 0.59.

The process color (four color CMYK) of #c06dac color hex is 0.00, 0.43, 0.10, 0.25. Web safe color of #c06dac is #cc6699. Color #c06dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101101 10101100
Octal 300 155 254
Decimal 192 109 172
Hex C0 6D AC

RGB Percentages of Color #c06dac

%40.59
%23.04
%36.36

CMYK Percentages of Color #c06dac

%0
%43
%10
%25

Triadic Colors of #c06dac

#c06dac #acc06d #6dacc0

Analogous Colors of #c06dac

#c06dac #c06d83 #ab6dc0

Monochromatic Colors of #c06dac

#c06dac

Complementary Color

#c06dac #6dc081

#c06dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06dac Color CSS Codes

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

#c06dac Text Font Color

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

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


#c06dac Background Color

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

This div background color is #c06dac


#c06dac Border Color

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

This div border color is #c06dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06dac


Comments

No comments written yet.

Please login to write comment.