Color Hex Logo

#c86dfe Color Hex

#C86DFE
(200,109,254)
0 Favorites   0 Comments

Color spaces of #c86dfe

RGB 200109254
HSL0.770.990.71
HSV278°57°100°
CMYK 0.210.570.00   0.00
XYZ47.177430.372497.1419
Yxy30.37240.27010.1739
Hunter Lab55.111256.3587-65.9299
CIE-Lab61.974259.7888-58.0978

#c86dfe color RGB value is (200,109,254).

#c86dfe hex color red value is 200, green value is 109 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c86dfe hue: 0.77 , saturation: 0.99 and the lightness value of c86dfe is 0.71.

The process color (four color CMYK) of #c86dfe color hex is 0.21, 0.57, 0.00, 0.00. Web safe color of #c86dfe is #cc66ff. Color #c86dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101101 11111110
Octal 310 155 376
Decimal 200 109 254
Hex C8 6D FE

RGB Percentages of Color #c86dfe

%35.52
%19.36
%45.12

CMYK Percentages of Color #c86dfe

%21
%57
%0
%0

Triadic Colors of #c86dfe

#c86dfe #fec86d #6dfec8

Analogous Colors of #c86dfe

#c86dfe #fe6dec #806dfe

Monochromatic Colors of #c86dfe

#c86dfe

Complementary Color

#c86dfe #a3fe6d

#c86dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86dfe Color CSS Codes

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

#c86dfe Text Font Color

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

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


#c86dfe Background Color

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

This div background color is #c86dfe


#c86dfe Border Color

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

This div border color is #c86dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.