Color Hex Logo

#c486dc Color Hex

#C486DC
(196,134,220)
0 Favorites   0 Comments

Color spaces of #c486dc

RGB 196134220
HSL0.790.550.69
HSV283°39°86°
CMYK 0.110.390.00   0.14
XYZ44.208333.953371.9337
Yxy33.95330.29450.2262
Hunter Lab58.269533.4541-32.4049
CIE-Lab64.925538.5822-34.6623

#c486dc color RGB value is (196,134,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000110 11011100
Octal 304 206 334
Decimal 196 134 220
Hex C4 86 DC

RGB Percentages of Color #c486dc

%35.64
%24.36
%40.00

CMYK Percentages of Color #c486dc

%11
%39
%0
%14

Triadic Colors of #c486dc

#c486dc #dcc486 #86dcc4

Analogous Colors of #c486dc

#c486dc #dc86c9 #9986dc

Monochromatic Colors of #c486dc

#c486dc

Complementary Color

#c486dc #9edc86

#c486dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c486dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c486dc Color CSS Codes

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

#c486dc Text Font Color

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

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


#c486dc Background Color

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

This div background color is #c486dc


#c486dc Border Color

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

This div border color is #c486dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c486dc


Comments

No comments written yet.

Please login to write comment.