Color Hex Logo

#c06ded Color Hex

#C06DED
(192,109,237)
0 Favorites   0 Comments

Color spaces of #c06ded

RGB 192109237
HSL0.770.780.68
HSV279°54°93°
CMYK 0.190.540.00   0.07
XYZ42.492928.258283.3355
Yxy28.25820.27580.1834
Hunter Lab53.158449.6590-55.7369
CIE-Lab60.121354.2130-51.7012

#c06ded color RGB value is (192,109,237).

#c06ded hex color red value is 192, green value is 109 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c06ded hue: 0.77 , saturation: 0.78 and the lightness value of c06ded is 0.68.

The process color (four color CMYK) of #c06ded color hex is 0.19, 0.54, 0.00, 0.07. Web safe color of #c06ded is #cc66ff. Color #c06ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101101 11101101
Octal 300 155 355
Decimal 192 109 237
Hex C0 6D ED

RGB Percentages of Color #c06ded

%35.69
%20.26
%44.05

CMYK Percentages of Color #c06ded

%19
%54
%0
%7

Triadic Colors of #c06ded

#c06ded #edc06d #6dedc0

Analogous Colors of #c06ded

#c06ded #ed6dda #806ded

Monochromatic Colors of #c06ded

#c06ded

Complementary Color

#c06ded #9aed6d

#c06ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06ded Color CSS Codes

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

#c06ded Text Font Color

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

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


#c06ded Background Color

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

This div background color is #c06ded


#c06ded Border Color

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

This div border color is #c06ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06ded


Comments

No comments written yet.

Please login to write comment.