Color Hex Logo

#c86aed Color Hex

#C86AED
(200,106,237)
0 Favorites   0 Comments

Color spaces of #c86aed

RGB 200106237
HSL0.790.780.67
HSV283°55°93°
CMYK 0.160.550.00   0.07
XYZ44.259528.701983.3280
Yxy28.70190.28320.1836
Hunter Lab53.574253.7104-54.7164
CIE-Lab60.517657.7311-51.0123

#c86aed color RGB value is (200,106,237).

#c86aed hex color red value is 200, green value is 106 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c86aed hue: 0.79 , saturation: 0.78 and the lightness value of c86aed is 0.67.

The process color (four color CMYK) of #c86aed color hex is 0.16, 0.55, 0.00, 0.07. Web safe color of #c86aed is #cc66ff. Color #c86aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101010 11101101
Octal 310 152 355
Decimal 200 106 237
Hex C8 6A ED

RGB Percentages of Color #c86aed

%36.83
%19.52
%43.65

CMYK Percentages of Color #c86aed

%16
%55
%0
%7

Triadic Colors of #c86aed

#c86aed #edc86a #6aedc8

Analogous Colors of #c86aed

#c86aed #ed6ad1 #876aed

Monochromatic Colors of #c86aed

#c86aed

Complementary Color

#c86aed #8fed6a

#c86aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86aed Color CSS Codes

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

#c86aed Text Font Color

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

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


#c86aed Background Color

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

This div background color is #c86aed


#c86aed Border Color

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

This div border color is #c86aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86aed


Comments

No comments written yet.

Please login to write comment.