Color Hex Logo

#c86fda Color Hex

#C86FDA
(200,111,218)
0 Favorites   0 Comments

Color spaces of #c86fda

RGB 200111218
HSL0.810.590.65
HSV290°49°85°
CMYK 0.080.490.00   0.15
XYZ42.158728.710269.6493
Yxy28.71020.30000.2043
Hunter Lab53.581946.6770-39.5617
CIE-Lab60.525051.4679-40.3856

#c86fda color RGB value is (200,111,218).

#c86fda hex color red value is 200, green value is 111 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c86fda hue: 0.81 , saturation: 0.59 and the lightness value of c86fda is 0.65.

The process color (four color CMYK) of #c86fda color hex is 0.08, 0.49, 0.00, 0.15. Web safe color of #c86fda is #cc66cc. Color #c86fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101111 11011010
Octal 310 157 332
Decimal 200 111 218
Hex C8 6F DA

RGB Percentages of Color #c86fda

%37.81
%20.98
%41.21

CMYK Percentages of Color #c86fda

%8
%49
%0
%15

Triadic Colors of #c86fda

#c86fda #dac86f #6fdac8

Analogous Colors of #c86fda

#c86fda #da6fb7 #936fda

Monochromatic Colors of #c86fda

#c86fda

Complementary Color

#c86fda #81da6f

#c86fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86fda Color CSS Codes

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

#c86fda Text Font Color

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

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


#c86fda Background Color

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

This div background color is #c86fda


#c86fda Border Color

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

This div border color is #c86fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86fda


Comments

No comments written yet.

Please login to write comment.