Color Hex Logo

#c406bd Color Hex

#C406BD
(196,6,189)
0 Favorites   0 Comments

Color spaces of #c406bd

RGB 1966189
HSL0.840.940.40
HSV302°97°77°
CMYK 0.000.970.04   0.23
XYZ32.015415.540149.4563
Yxy15.54010.33000.1602
Hunter Lab39.420975.9807-46.7888
CIE-Lab46.365279.0756-46.2127

#c406bd color RGB value is (196,6,189).

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

The process color (four color CMYK) of #c406bd color hex is 0.00, 0.97, 0.04, 0.23. Web safe color of #c406bd is #cc00cc. Color #c406bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000110 10111101
Octal 304 6 275
Decimal 196 6 189
Hex C4 6 BD

RGB Percentages of Color #c406bd

%50.13
%1.53
%48.34

CMYK Percentages of Color #c406bd

%0
%97
%4
%23

Triadic Colors of #c406bd

#c406bd #bdc406 #06bdc4

Analogous Colors of #c406bd

#c406bd #c4065e #6c06c4

Monochromatic Colors of #c406bd

#c406bd

Complementary Color

#c406bd #06c40d

#c406bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c406bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c406bd Color CSS Codes

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

#c406bd Text Font Color

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

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


#c406bd Background Color

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

This div background color is #c406bd


#c406bd Border Color

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

This div border color is #c406bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c406bd


Comments

No comments written yet.

Please login to write comment.