Color Hex Logo

#c691bc Color Hex

#C691BC
(198,145,188)
0 Favorites   0 Comments

Color spaces of #c691bc

RGB 198145188
HSL0.860.320.67
HSV311°27°78°
CMYK 0.000.270.05   0.22
XYZ42.491235.887452.2644
Yxy35.88740.32520.2747
Hunter Lab59.906121.7738-9.7926
CIE-Lab66.433826.9988-14.4680

#c691bc color RGB value is (198,145,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010001 10111100
Octal 306 221 274
Decimal 198 145 188
Hex C6 91 BC

RGB Percentages of Color #c691bc

%37.29
%27.31
%35.40

CMYK Percentages of Color #c691bc

%0
%27
%5
%22

Triadic Colors of #c691bc

#c691bc #bcc691 #91bcc6

Analogous Colors of #c691bc

#c691bc #c691a2 #b691c6

Monochromatic Colors of #c691bc

#c691bc

Complementary Color

#c691bc #91c69b

#c691bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c691bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c691bc Color CSS Codes

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

#c691bc Text Font Color

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

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


#c691bc Background Color

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

This div background color is #c691bc


#c691bc Border Color

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

This div border color is #c691bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,145,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c691bc


Comments

No comments written yet.

Please login to write comment.