Color Hex Logo

#c86bda Color Hex

#C86BDA
(200,107,218)
0 Favorites   0 Comments

Color spaces of #c86bda

RGB 200107218
HSL0.810.600.64
HSV290°51°85°
CMYK 0.080.510.00   0.15
XYZ41.732027.856769.5070
Yxy27.85670.30000.2003
Hunter Lab52.779448.7735-41.1354
CIE-Lab59.759153.4786-41.5887

#c86bda color RGB value is (200,107,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101011 11011010
Octal 310 153 332
Decimal 200 107 218
Hex C8 6B DA

RGB Percentages of Color #c86bda

%38.10
%20.38
%41.52

CMYK Percentages of Color #c86bda

%8
%51
%0
%15

Triadic Colors of #c86bda

#c86bda #dac86b #6bdac8

Analogous Colors of #c86bda

#c86bda #da6bb5 #916bda

Monochromatic Colors of #c86bda

#c86bda

Complementary Color

#c86bda #7dda6b

#c86bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86bda Color CSS Codes

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

#c86bda Text Font Color

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

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


#c86bda Background Color

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

This div background color is #c86bda


#c86bda Border Color

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

This div border color is #c86bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86bda


Comments

No comments written yet.

Please login to write comment.