Color Hex Logo

#c460bd Color Hex

#C460BD
(196,96,189)
0 Favorites   0 Comments

Color spaces of #c460bd

RGB 19696189
HSL0.850.460.57
HSV304°51°77°
CMYK 0.000.510.04   0.23
XYZ36.133123.775650.8288
Yxy23.77560.32630.2147
Hunter Lab48.760246.9446-27.6731
CIE-Lab55.862452.4570-31.2474

#c460bd color RGB value is (196,96,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100000 10111101
Octal 304 140 275
Decimal 196 96 189
Hex C4 60 BD

RGB Percentages of Color #c460bd

%40.75
%19.96
%39.29

CMYK Percentages of Color #c460bd

%0
%51
%4
%23

Triadic Colors of #c460bd

#c460bd #bdc460 #60bdc4

Analogous Colors of #c460bd

#c460bd #c4608b #9960c4

Monochromatic Colors of #c460bd

#c460bd

Complementary Color

#c460bd #60c467

#c460bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c460bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c460bd Color CSS Codes

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

#c460bd Text Font Color

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

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


#c460bd Background Color

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

This div background color is #c460bd


#c460bd Border Color

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

This div border color is #c460bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c460bd


Comments

No comments written yet.

Please login to write comment.