Color Hex Logo

#c06dda Color Hex

#C06DDA
(192,109,218)
0 Favorites   0 Comments

Color spaces of #c06dda

RGB 192109218
HSL0.790.600.64
HSV286°50°85°
CMYK 0.120.500.00   0.15
XYZ39.861827.205769.4799
Yxy27.20570.29190.1992
Hunter Lab52.159145.1376-42.4675
CIE-Lab59.164250.2786-42.5919

#c06dda color RGB value is (192,109,218).

#c06dda hex color red value is 192, green value is 109 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c06dda hue: 0.79 , saturation: 0.60 and the lightness value of c06dda is 0.64.

The process color (four color CMYK) of #c06dda color hex is 0.12, 0.50, 0.00, 0.15. Web safe color of #c06dda is #cc66cc. Color #c06dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101101 11011010
Octal 300 155 332
Decimal 192 109 218
Hex C0 6D DA

RGB Percentages of Color #c06dda

%36.99
%21.00
%42.00

CMYK Percentages of Color #c06dda

%12
%50
%0
%15

Triadic Colors of #c06dda

#c06dda #dac06d #6ddac0

Analogous Colors of #c06dda

#c06dda #da6dbe #8a6dda

Monochromatic Colors of #c06dda

#c06dda

Complementary Color

#c06dda #87da6d

#c06dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06dda Color CSS Codes

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

#c06dda Text Font Color

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

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


#c06dda Background Color

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

This div background color is #c06dda


#c06dda Border Color

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

This div border color is #c06dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06dda


Comments

No comments written yet.

Please login to write comment.