Color Hex Logo

#c691bf Color Hex

#C691BF
(198,145,191)
0 Favorites   0 Comments

Color spaces of #c691bf

RGB 198145191
HSL0.860.320.67
HSV308°27°78°
CMYK 0.000.270.04   0.22
XYZ42.818136.018253.9857
Yxy36.01820.32240.2712
Hunter Lab60.015222.3251-11.3228
CIE-Lab66.533827.5456-15.9962

#c691bf color RGB value is (198,145,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010001 10111111
Octal 306 221 277
Decimal 198 145 191
Hex C6 91 BF

RGB Percentages of Color #c691bf

%37.08
%27.15
%35.77

CMYK Percentages of Color #c691bf

%0
%27
%4
%22

Triadic Colors of #c691bf

#c691bf #bfc691 #91bfc6

Analogous Colors of #c691bf

#c691bf #c691a5 #b391c6

Monochromatic Colors of #c691bf

#c691bf

Complementary Color

#c691bf #91c698

#c691bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c691bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c691bf Color CSS Codes

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

#c691bf Text Font Color

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

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


#c691bf Background Color

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

This div background color is #c691bf


#c691bf Border Color

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

This div border color is #c691bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c691bf

#c691bf Color Palettes


Comments

No comments written yet.

Please login to write comment.