Color Hex Logo

#c86ded Color Hex

#C86DED
(200,109,237)
0 Favorites   0 Comments

Color spaces of #c86ded

RGB 200109237
HSL0.790.780.68
HSV283°54°93°
CMYK 0.160.540.00   0.07
XYZ44.574129.331183.4329
Yxy29.33110.28330.1864
Hunter Lab54.158252.1349-53.4279
CIE-Lab61.072756.2545-50.1320

#c86ded color RGB value is (200,109,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101101 11101101
Octal 310 155 355
Decimal 200 109 237
Hex C8 6D ED

RGB Percentages of Color #c86ded

%36.63
%19.96
%43.41

CMYK Percentages of Color #c86ded

%16
%54
%0
%7

Triadic Colors of #c86ded

#c86ded #edc86d #6dedc8

Analogous Colors of #c86ded

#c86ded #ed6dd2 #886ded

Monochromatic Colors of #c86ded

#c86ded

Complementary Color

#c86ded #92ed6d

#c86ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86ded Color CSS Codes

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

#c86ded Text Font Color

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

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


#c86ded Background Color

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

This div background color is #c86ded


#c86ded Border Color

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

This div border color is #c86ded


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,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 #c86ded">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86ded


Comments

No comments written yet.

Please login to write comment.