Color Hex Logo

#c991bf Color Hex

#C991BF
(201,145,191)
0 Favorites   0 Comments

Color spaces of #c991bf

RGB 201145191
HSL0.860.340.68
HSV311°28°79°
CMYK 0.000.280.05   0.21
XYZ43.616836.429954.0230
Yxy36.42990.32530.2717
Hunter Lab60.357223.3670-10.8178
CIE-Lab66.847128.5639-15.4925

#c991bf color RGB value is (201,145,191).

#c991bf hex color red value is 201, green value is 145 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c991bf hue: 0.86 , saturation: 0.34 and the lightness value of c991bf is 0.68.

The process color (four color CMYK) of #c991bf color hex is 0.00, 0.28, 0.05, 0.21. Web safe color of #c991bf is #cc99cc. Color #c991bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010001 10111111
Octal 311 221 277
Decimal 201 145 191
Hex C9 91 BF

RGB Percentages of Color #c991bf

%37.43
%27.00
%35.57

CMYK Percentages of Color #c991bf

%0
%28
%5
%21

Triadic Colors of #c991bf

#c991bf #bfc991 #91bfc9

Analogous Colors of #c991bf

#c991bf #c991a3 #b791c9

Monochromatic Colors of #c991bf

#c991bf

Complementary Color

#c991bf #91c99b

#c991bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c991bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c991bf Color CSS Codes

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

#c991bf Text Font Color

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

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


#c991bf Background Color

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

This div background color is #c991bf


#c991bf Border Color

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

This div border color is #c991bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c991bf


Comments

No comments written yet.

Please login to write comment.