Color Hex Logo

#c791bf Color Hex

#C791BF
(199,145,191)
0 Favorites   0 Comments

Color spaces of #c791bf

RGB 199145191
HSL0.860.330.67
HSV309°27°78°
CMYK 0.000.270.04   0.22
XYZ43.082636.154553.9980
Yxy36.15450.32340.2714
Hunter Lab60.128622.6715-11.1549
CIE-Lab66.637827.8850-15.8289

#c791bf color RGB value is (199,145,191).

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

The process color (four color CMYK) of #c791bf color hex is 0.00, 0.27, 0.04, 0.22. Web safe color of #c791bf is #cc99cc. Color #c791bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010001 10111111
Octal 307 221 277
Decimal 199 145 191
Hex C7 91 BF

RGB Percentages of Color #c791bf

%37.20
%27.10
%35.70

CMYK Percentages of Color #c791bf

%0
%27
%4
%22

Triadic Colors of #c791bf

#c791bf #bfc791 #91bfc7

Analogous Colors of #c791bf

#c791bf #c791a4 #b491c7

Monochromatic Colors of #c791bf

#c791bf

Complementary Color

#c791bf #91c799

#c791bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c791bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c791bf Color CSS Codes

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

#c791bf Text Font Color

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

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


#c791bf Background Color

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

This div background color is #c791bf


#c791bf Border Color

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

This div border color is #c791bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c791bf


Comments

No comments written yet.

Please login to write comment.