Color Hex Logo

#c691b1 Color Hex

#C691B1
(198,145,177)
0 Favorites   0 Comments

Color spaces of #c691b1

RGB 198145177
HSL0.900.320.67
HSV324°27°78°
CMYK 0.000.270.11   0.22
XYZ41.349935.430946.2544
Yxy35.43090.33610.2880
Hunter Lab59.523919.8332-4.4060
CIE-Lab66.082825.0578-8.8248

#c691b1 color RGB value is (198,145,177).

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

The process color (four color CMYK) of #c691b1 color hex is 0.00, 0.27, 0.11, 0.22. Web safe color of #c691b1 is #cc9999. Color #c691b1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010001 10110001
Octal 306 221 261
Decimal 198 145 177
Hex C6 91 B1

RGB Percentages of Color #c691b1

%38.08
%27.88
%34.04

CMYK Percentages of Color #c691b1

%0
%27
%11
%22

Triadic Colors of #c691b1

#c691b1 #b1c691 #91b1c6

Analogous Colors of #c691b1

#c691b1 #c69197 #c191c6

Monochromatic Colors of #c691b1

#c691b1

Complementary Color

#c691b1 #91c6a6

#c691b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c691b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c691b1 Color CSS Codes

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

#c691b1 Text Font Color

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

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


#c691b1 Background Color

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

This div background color is #c691b1


#c691b1 Border Color

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

This div border color is #c691b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c691b1


Comments

No comments written yet.

Please login to write comment.