Color Hex Logo

#c86dde Color Hex

#C86DDE
(200,109,222)
0 Favorites   0 Comments

Color spaces of #c86dde

RGB 200109222
HSL0.800.630.65
HSV288°51°87°
CMYK 0.100.510.00   0.13
XYZ42.472928.490672.3679
Yxy28.49060.29630.1988
Hunter Lab53.376648.6273-43.0217
CIE-Lab60.329453.2560-42.9364

#c86dde color RGB value is (200,109,222).

#c86dde hex color red value is 200, green value is 109 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c86dde hue: 0.80 , saturation: 0.63 and the lightness value of c86dde is 0.65.

The process color (four color CMYK) of #c86dde color hex is 0.10, 0.51, 0.00, 0.13. Web safe color of #c86dde is #cc66cc. Color #c86dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101101 11011110
Octal 310 155 336
Decimal 200 109 222
Hex C8 6D DE

RGB Percentages of Color #c86dde

%37.66
%20.53
%41.81

CMYK Percentages of Color #c86dde

%10
%51
%0
%13

Triadic Colors of #c86dde

#c86dde #dec86d #6ddec8

Analogous Colors of #c86dde

#c86dde #de6dbc #906dde

Monochromatic Colors of #c86dde

#c86dde

Complementary Color

#c86dde #83de6d

#c86dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86dde Color CSS Codes

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

#c86dde Text Font Color

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

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


#c86dde Background Color

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

This div background color is #c86dde


#c86dde Border Color

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

This div border color is #c86dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86dde


Comments

No comments written yet.

Please login to write comment.