Color Hex Logo

#c861de Color Hex

#C861DE
(200,97,222)
0 Favorites   0 Comments

Color spaces of #c861de

RGB 20097222
HSL0.800.650.63
HSV289°56°87°
CMYK 0.100.560.00   0.13
XYZ41.278926.102771.9699
Yxy26.10270.29620.1873
Hunter Lab51.090854.8105-47.7563
CIE-Lab58.134459.1010-46.4003

#c861de color RGB value is (200,97,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100001 11011110
Octal 310 141 336
Decimal 200 97 222
Hex C8 61 DE

RGB Percentages of Color #c861de

%38.54
%18.69
%42.77

CMYK Percentages of Color #c861de

%10
%56
%0
%13

Triadic Colors of #c861de

#c861de #dec861 #61dec8

Analogous Colors of #c861de

#c861de #de61b6 #8a61de

Monochromatic Colors of #c861de

#c861de

Complementary Color

#c861de #77de61

#c861de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c861de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c861de Color CSS Codes

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

#c861de Text Font Color

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

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


#c861de Background Color

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

This div background color is #c861de


#c861de Border Color

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

This div border color is #c861de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c861de


Comments

No comments written yet.

Please login to write comment.