Color Hex Logo

#c606bd Color Hex

#C606BD
(198,6,189)
0 Favorites   0 Comments

Color spaces of #c606bd

RGB 1986189
HSL0.840.940.40
HSV303°97°78°
CMYK 0.000.970.05   0.22
XYZ32.539115.810149.4808
Yxy15.81010.33260.1616
Hunter Lab39.761976.4918-45.9487
CIE-Lab46.724479.4143-45.6189

#c606bd color RGB value is (198,6,189).

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

The process color (four color CMYK) of #c606bd color hex is 0.00, 0.97, 0.05, 0.22. Web safe color of #c606bd is #cc00cc. Color #c606bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000110 10111101
Octal 306 6 275
Decimal 198 6 189
Hex C6 6 BD

RGB Percentages of Color #c606bd

%50.38
%1.53
%48.09

CMYK Percentages of Color #c606bd

%0
%97
%5
%22

Triadic Colors of #c606bd

#c606bd #bdc606 #06bdc6

Analogous Colors of #c606bd

#c606bd #c6065d #6f06c6

Monochromatic Colors of #c606bd

#c606bd

Complementary Color

#c606bd #06c60f

#c606bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c606bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c606bd Color CSS Codes

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

#c606bd Text Font Color

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

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


#c606bd Background Color

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

This div background color is #c606bd


#c606bd Border Color

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

This div border color is #c606bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c606bd


Comments

No comments written yet.

Please login to write comment.