Color Hex Logo

#c986ce Color Hex

#C986CE
(201,134,206)
0 Favorites   0 Comments

Color spaces of #c986ce

RGB 201134206
HSL0.820.420.67
HSV296°35°81°
CMYK 0.020.350.00   0.19
XYZ43.753133.923962.6345
Yxy33.92390.31180.2418
Hunter Lab58.244232.1619-22.9881
CIE-Lab64.902137.3487-26.8476

#c986ce color RGB value is (201,134,206).

#c986ce hex color red value is 201, green value is 134 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c986ce hue: 0.82 , saturation: 0.42 and the lightness value of c986ce is 0.67.

The process color (four color CMYK) of #c986ce color hex is 0.02, 0.35, 0.00, 0.19. Web safe color of #c986ce is #cc99cc. Color #c986ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000110 11001110
Octal 311 206 316
Decimal 201 134 206
Hex C9 86 CE

RGB Percentages of Color #c986ce

%37.15
%24.77
%38.08

CMYK Percentages of Color #c986ce

%2
%35
%0
%19

Triadic Colors of #c986ce

#c986ce #cec986 #86cec9

Analogous Colors of #c986ce

#c986ce #ce86af #a586ce

Monochromatic Colors of #c986ce

#c986ce

Complementary Color

#c986ce #8bce86

#c986ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c986ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c986ce Color CSS Codes

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

#c986ce Text Font Color

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

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


#c986ce Background Color

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

This div background color is #c986ce


#c986ce Border Color

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

This div border color is #c986ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,134,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c986ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c986ce;
  -webkit-box-shadow: 1px 1px 3px 2px #c986ce;
  box-shadow:         1px 1px 3px 2px #c986ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,134,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c986ce


Comments

No comments written yet.

Please login to write comment.