Color Hex Logo

#c856dc Color Hex

#C856DC
(200,86,220)
0 Favorites   0 Comments

Color spaces of #c856dc

RGB 20086220
HSL0.810.660.60
HSV291°61°86°
CMYK 0.090.610.00   0.14
XYZ40.065524.102270.2507
Yxy24.10220.29810.1793
Hunter Lab49.094059.7590-50.4748
CIE-Lab56.190063.7351-48.3543

#c856dc color RGB value is (200,86,220).

#c856dc hex color red value is 200, green value is 86 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c856dc hue: 0.81 , saturation: 0.66 and the lightness value of c856dc is 0.60.

The process color (four color CMYK) of #c856dc color hex is 0.09, 0.61, 0.00, 0.14. Web safe color of #c856dc is #cc66cc. Color #c856dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010110 11011100
Octal 310 126 334
Decimal 200 86 220
Hex C8 56 DC

RGB Percentages of Color #c856dc

%39.53
%17.00
%43.48

CMYK Percentages of Color #c856dc

%9
%61
%0
%14

Triadic Colors of #c856dc

#c856dc #dcc856 #56dcc8

Analogous Colors of #c856dc

#c856dc #dc56ad #8556dc

Monochromatic Colors of #c856dc

#c856dc

Complementary Color

#c856dc #6adc56

#c856dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c856dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c856dc Color CSS Codes

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

#c856dc Text Font Color

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

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


#c856dc Background Color

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

This div background color is #c856dc


#c856dc Border Color

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

This div border color is #c856dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c856dc


Comments

No comments written yet.

Please login to write comment.