Color Hex Logo

#c910bd Color Hex

#C910BD
(201,16,189)
0 Favorites   0 Comments

Color spaces of #c910bd

RGB 20116189
HSL0.840.850.43
HSV304°92°79°
CMYK 0.000.920.06   0.21
XYZ33.458016.462249.5582
Yxy16.46220.33630.1655
Hunter Lab40.573676.1915-44.0175
CIE-Lab47.575179.0092-44.2321

#c910bd color RGB value is (201,16,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010000 10111101
Octal 311 20 275
Decimal 201 16 189
Hex C9 10 BD

RGB Percentages of Color #c910bd

%49.51
%3.94
%46.55

CMYK Percentages of Color #c910bd

%0
%92
%6
%21

Triadic Colors of #c910bd

#c910bd #bdc910 #10bdc9

Analogous Colors of #c910bd

#c910bd #c91060 #7910c9

Monochromatic Colors of #c910bd

#c910bd

Complementary Color

#c910bd #10c91c

#c910bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c910bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c910bd Color CSS Codes

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

#c910bd Text Font Color

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

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


#c910bd Background Color

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

This div background color is #c910bd


#c910bd Border Color

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

This div border color is #c910bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c910bd


Comments

No comments written yet.

Please login to write comment.