Color Hex Logo

#c856d4 Color Hex

#C856D4
(200,86,212)
0 Favorites   0 Comments

Color spaces of #c856d4

RGB 20086212
HSL0.820.590.58
HSV294°59°83°
CMYK 0.060.590.00   0.17
XYZ39.030923.688464.8025
Yxy23.68840.30610.1858
Hunter Lab48.670757.9721-44.8720
CIE-Lab55.774562.2710-44.4824

#c856d4 color RGB value is (200,86,212).

#c856d4 hex color red value is 200, green value is 86 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #c856d4 hue: 0.82 , saturation: 0.59 and the lightness value of c856d4 is 0.58.

The process color (four color CMYK) of #c856d4 color hex is 0.06, 0.59, 0.00, 0.17. Web safe color of #c856d4 is #cc66cc. Color #c856d4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010110 11010100
Octal 310 126 324
Decimal 200 86 212
Hex C8 56 D4

RGB Percentages of Color #c856d4

%40.16
%17.27
%42.57

CMYK Percentages of Color #c856d4

%6
%59
%0
%17

Triadic Colors of #c856d4

#c856d4 #d4c856 #56d4c8

Analogous Colors of #c856d4

#c856d4 #d456a1 #8956d4

Monochromatic Colors of #c856d4

#c856d4

Complementary Color

#c856d4 #62d456

#c856d4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c856d4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c856d4 Color CSS Codes

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

#c856d4 Text Font Color

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

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


#c856d4 Background Color

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

This div background color is #c856d4


#c856d4 Border Color

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

This div border color is #c856d4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c856d4


Comments

No comments written yet.

Please login to write comment.