Color Hex Logo

#c986dc Color Hex

#C986DC
(201,134,220)
0 Favorites   0 Comments

Color spaces of #c986dc

RGB 201134220
HSL0.800.550.69
HSV287°39°86°
CMYK 0.090.390.00   0.14
XYZ45.530834.635071.9956
Yxy34.63500.29920.2276
Hunter Lab58.851535.1074-31.3360
CIE-Lab65.463540.0884-33.7847

#c986dc color RGB value is (201,134,220).

#c986dc hex color red value is 201, green value is 134 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c986dc hue: 0.80 , saturation: 0.55 and the lightness value of c986dc is 0.69.

The process color (four color CMYK) of #c986dc color hex is 0.09, 0.39, 0.00, 0.14. Web safe color of #c986dc is #cc99cc. Color #c986dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000110 11011100
Octal 311 206 334
Decimal 201 134 220
Hex C9 86 DC

RGB Percentages of Color #c986dc

%36.22
%24.14
%39.64

CMYK Percentages of Color #c986dc

%9
%39
%0
%14

Triadic Colors of #c986dc

#c986dc #dcc986 #86dcc9

Analogous Colors of #c986dc

#c986dc #dc86c4 #9e86dc

Monochromatic Colors of #c986dc

#c986dc

Complementary Color

#c986dc #99dc86

#c986dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c986dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c986dc Color CSS Codes

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

#c986dc Text Font Color

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

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


#c986dc Background Color

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

This div background color is #c986dc


#c986dc Border Color

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

This div border color is #c986dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c986dc


Comments

No comments written yet.

Please login to write comment.