Color Hex Logo

#c06dc1 Color Hex

#C06DC1
(192,109,193)
0 Favorites   0 Comments

Color spaces of #c06dc1

RGB 192109193
HSL0.830.400.59
HSV299°44°76°
CMYK 0.010.440.00   0.24
XYZ36.832525.994053.5281
Yxy25.99400.31660.2234
Hunter Lab50.984339.7309-26.5592
CIE-Lab58.031445.4302-30.2071

#c06dc1 color RGB value is (192,109,193).

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

The process color (four color CMYK) of #c06dc1 color hex is 0.01, 0.44, 0.00, 0.24. Web safe color of #c06dc1 is #cc66cc. Color #c06dc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101101 11000001
Octal 300 155 301
Decimal 192 109 193
Hex C0 6D C1

RGB Percentages of Color #c06dc1

%38.87
%22.06
%39.07

CMYK Percentages of Color #c06dc1

%1
%44
%0
%24

Triadic Colors of #c06dc1

#c06dc1 #c1c06d #6dc1c0

Analogous Colors of #c06dc1

#c06dc1 #c16d98 #966dc1

Monochromatic Colors of #c06dc1

#c06dc1

Complementary Color

#c06dc1 #6ec16d

#c06dc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06dc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06dc1 Color CSS Codes

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

#c06dc1 Text Font Color

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

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


#c06dc1 Background Color

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

This div background color is #c06dc1


#c06dc1 Border Color

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

This div border color is #c06dc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06dc1


Comments

No comments written yet.

Please login to write comment.