Color Hex Logo

#c809bd Color Hex

#C809BD
(200,9,189)
0 Favorites   0 Comments

Color spaces of #c809bd

RGB 2009189
HSL0.840.910.41
HSV303°96°78°
CMYK 0.000.960.05   0.22
XYZ33.102416.148949.5165
Yxy16.14890.33520.1635
Hunter Lab40.185776.7119-44.9267
CIE-Lab47.169279.5036-44.8888

#c809bd color RGB value is (200,9,189).

#c809bd hex color red value is 200, green value is 9 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c809bd hue: 0.84 , saturation: 0.91 and the lightness value of c809bd is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001001 10111101
Octal 310 11 275
Decimal 200 9 189
Hex C8 9 BD

RGB Percentages of Color #c809bd

%50.25
%2.26
%47.49

CMYK Percentages of Color #c809bd

%0
%96
%5
%22

Triadic Colors of #c809bd

#c809bd #bdc809 #09bdc8

Analogous Colors of #c809bd

#c809bd #c8095d #7409c8

Monochromatic Colors of #c809bd

#c809bd

Complementary Color

#c809bd #09c814

#c809bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c809bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c809bd Color CSS Codes

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

#c809bd Text Font Color

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

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


#c809bd Background Color

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

This div background color is #c809bd


#c809bd Border Color

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

This div border color is #c809bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c809bd


Comments

No comments written yet.

Please login to write comment.