color codes Logo

#c86ddc color codes

#C86DDC
(200,109,220)
0 Favorites   0 Comments

Color spaces of #c86ddc

RGB 200109220
HSL0.800.610.65
HSV289°50°86°
CMYK 0.090.500.00   0.14
XYZ42.206328.383970.9643
Yxy28.38390.29820.2005
Hunter Lab53.276548.1758-41.6806
CIE-Lab60.234052.8657-41.9651

#c86ddc color RGB value is (200,109,220).

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

The process color (four color CMYK) of #c86ddc color code is 0.09, 0.50, 0.00, 0.14. Web safe color of #c86ddc is #cc66cc. Color #c86ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101101 11011100
Octal 310 155 334
Decimal 200 109 220
Hex C8 6D DC

RGB Percentages of Color #c86ddc

%37.81
%20.60
%41.59

CMYK Percentages of Color #c86ddc

%9
%50
%0
%14

Triadic Colors of #c86ddc

#c86ddc #dcc86d #6ddcc8

Analogous Colors of #c86ddc

#c86ddc #dc6db9 #916ddc

Monochromatic Colors of #c86ddc

#c86ddc

Complementary Color

#c86ddc #81dc6d

#c86ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86ddc Color CSS Codes

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

#c86ddc Text Font Color

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

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


#c86ddc Background Color

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

This div background color is #c86ddc


#c86ddc Border Color

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

This div border color is #c86ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86ddc


Comments

No comments written yet.

Please login to write comment.