Color Hex Logo

#c486bd Color Hex

#C486BD
(196,134,189)
0 Favorites   0 Comments

Color spaces of #c486bd

RGB 196134189
HSL0.850.340.65
HSV307°32°77°
CMYK 0.000.320.04   0.23
XYZ40.475432.460152.2763
Yxy32.46010.32330.2592
Hunter Lab56.973827.1062-14.5199
CIE-Lab63.721332.5465-19.1566

#c486bd color RGB value is (196,134,189).

#c486bd hex color red value is 196, green value is 134 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c486bd hue: 0.85 , saturation: 0.34 and the lightness value of c486bd is 0.65.

The process color (four color CMYK) of #c486bd color hex is 0.00, 0.32, 0.04, 0.23. Web safe color of #c486bd is #cc99cc. Color #c486bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000110 10111101
Octal 304 206 275
Decimal 196 134 189
Hex C4 86 BD

RGB Percentages of Color #c486bd

%37.76
%25.82
%36.42

CMYK Percentages of Color #c486bd

%0
%32
%4
%23

Triadic Colors of #c486bd

#c486bd #bdc486 #86bdc4

Analogous Colors of #c486bd

#c486bd #c4869e #ac86c4

Monochromatic Colors of #c486bd

#c486bd

Complementary Color

#c486bd #86c48d

#c486bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c486bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c486bd Color CSS Codes

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

#c486bd Text Font Color

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

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


#c486bd Background Color

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

This div background color is #c486bd


#c486bd Border Color

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

This div border color is #c486bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c486bd


Comments

No comments written yet.

Please login to write comment.