Color Hex Logo

#c456bd Color Hex

#C456BD
(196,86,189)
0 Favorites   0 Comments

Color spaces of #c456bd

RGB 19686189
HSL0.840.480.55
HSV304°56°77°
CMYK 0.000.560.04   0.23
XYZ35.278022.065550.5438
Yxy22.06550.32700.2045
Hunter Lab46.973951.8513-30.9141
CIE-Lab54.096457.1889-34.0017

#c456bd color RGB value is (196,86,189).

#c456bd hex color red value is 196, green value is 86 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c456bd hue: 0.84 , saturation: 0.48 and the lightness value of c456bd is 0.55.

The process color (four color CMYK) of #c456bd color hex is 0.00, 0.56, 0.04, 0.23. Web safe color of #c456bd is #cc66cc. Color #c456bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010110 10111101
Octal 304 126 275
Decimal 196 86 189
Hex C4 56 BD

RGB Percentages of Color #c456bd

%41.61
%18.26
%40.13

CMYK Percentages of Color #c456bd

%0
%56
%4
%23

Triadic Colors of #c456bd

#c456bd #bdc456 #56bdc4

Analogous Colors of #c456bd

#c456bd #c45686 #9456c4

Monochromatic Colors of #c456bd

#c456bd

Complementary Color

#c456bd #56c45d

#c456bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c456bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c456bd Color CSS Codes

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

#c456bd Text Font Color

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

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


#c456bd Background Color

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

This div background color is #c456bd


#c456bd Border Color

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

This div border color is #c456bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c456bd


Comments

No comments written yet.

Please login to write comment.