Color Hex Logo

#c691bd Color Hex

#C691BD
(198,145,189)
0 Favorites   0 Comments

Color spaces of #c691bd

RGB 198145189
HSL0.860.320.67
HSV310°27°78°
CMYK 0.000.270.05   0.22
XYZ42.599435.930752.8342
Yxy35.93070.32430.2735
Hunter Lab59.942221.9565-10.2998
CIE-Lab66.466927.1802-14.9779

#c691bd color RGB value is (198,145,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010001 10111101
Octal 306 221 275
Decimal 198 145 189
Hex C6 91 BD

RGB Percentages of Color #c691bd

%37.22
%27.26
%35.53

CMYK Percentages of Color #c691bd

%0
%27
%5
%22

Triadic Colors of #c691bd

#c691bd #bdc691 #91bdc6

Analogous Colors of #c691bd

#c691bd #c691a3 #b591c6

Monochromatic Colors of #c691bd

#c691bd

Complementary Color

#c691bd #91c69a

#c691bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c691bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c691bd Color CSS Codes

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

#c691bd Text Font Color

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

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


#c691bd Background Color

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

This div background color is #c691bd


#c691bd Border Color

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

This div border color is #c691bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c691bd


Comments

No comments written yet.

Please login to write comment.