Color Hex Logo

#c909bd Color Hex

#C909BD
(201,9,189)
0 Favorites   0 Comments

Color spaces of #c909bd

RGB 2019189
HSL0.840.910.41
HSV304°96°79°
CMYK 0.000.960.06   0.21
XYZ33.370416.287049.5290
Yxy16.28700.33640.1642
Hunter Lab40.357276.9725-44.5146
CIE-Lab47.348879.6764-44.5922

#c909bd color RGB value is (201,9,189).

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

The process color (four color CMYK) of #c909bd color hex is 0.00, 0.96, 0.06, 0.21. Web safe color of #c909bd is #cc00cc. Color #c909bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001001 10111101
Octal 311 11 275
Decimal 201 9 189
Hex C9 9 BD

RGB Percentages of Color #c909bd

%50.38
%2.26
%47.37

CMYK Percentages of Color #c909bd

%0
%96
%6
%21

Triadic Colors of #c909bd

#c909bd #bdc909 #09bdc9

Analogous Colors of #c909bd

#c909bd #c9095d #7509c9

Monochromatic Colors of #c909bd

#c909bd

Complementary Color

#c909bd #09c915

#c909bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c909bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c909bd Color CSS Codes

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

#c909bd Text Font Color

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

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


#c909bd Background Color

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

This div background color is #c909bd


#c909bd Border Color

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

This div border color is #c909bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c909bd


Comments

No comments written yet.

Please login to write comment.