Color Hex Logo

#c900bf Color Hex

#C900BF
(201,0,191)
0 Favorites   0 Comments

Color spaces of #c900bf

RGB 2010191
HSL0.841.000.39
HSV303°100°79°
CMYK 0.001.000.05   0.21
XYZ33.491416.179150.6479
Yxy16.17910.33390.1613
Hunter Lab40.223378.2352-46.4999
CIE-Lab47.208680.7066-45.9835

#c900bf color RGB value is (201,0,191).

#c900bf hex color red value is 201, green value is 0 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c900bf hue: 0.84 , saturation: 1.00 and the lightness value of c900bf is 0.39.

The process color (four color CMYK) of #c900bf color hex is 0.00, 1.00, 0.05, 0.21. Web safe color of #c900bf is #cc00cc. Color #c900bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000000 10111111
Octal 311 0 277
Decimal 201 0 191
Hex C9 0 BF

RGB Percentages of Color #c900bf

%51.28
%0.00
%48.72

CMYK Percentages of Color #c900bf

%0
%100
%5
%21

Triadic Colors of #c900bf

#c900bf #bfc900 #00bfc9

Analogous Colors of #c900bf

#c900bf #c9005b #6f00c9

Monochromatic Colors of #c900bf

#c900bf

Complementary Color

#c900bf #00c90a

#c900bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c900bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c900bf Color CSS Codes

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

#c900bf Text Font Color

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

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


#c900bf Background Color

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

This div background color is #c900bf


#c900bf Border Color

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

This div border color is #c900bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,0,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c900bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c900bf


Comments

No comments written yet.

Please login to write comment.