Color Hex Logo

#c69bbf Color Hex

#C69BBF
(198,155,191)
0 Favorites   0 Comments

Color spaces of #c69bbf

RGB 198155191
HSL0.860.270.69
HSV310°22°78°
CMYK 0.000.220.04   0.22
XYZ44.414039.210054.5176
Yxy39.21000.32150.2838
Hunter Lab62.617917.0263-7.7877
CIE-Lab68.903122.0372-12.4294

#c69bbf color RGB value is (198,155,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011011 10111111
Octal 306 233 277
Decimal 198 155 191
Hex C6 9B BF

RGB Percentages of Color #c69bbf

%36.40
%28.49
%35.11

CMYK Percentages of Color #c69bbf

%0
%22
%4
%22

Triadic Colors of #c69bbf

#c69bbf #bfc69b #9bbfc6

Analogous Colors of #c69bbf

#c69bbf #c69baa #b89bc6

Monochromatic Colors of #c69bbf

#c69bbf

Complementary Color

#c69bbf #9bc6a2

#c69bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69bbf Color CSS Codes

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

#c69bbf Text Font Color

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

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


#c69bbf Background Color

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

This div background color is #c69bbf


#c69bbf Border Color

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

This div border color is #c69bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69bbf


Comments

No comments written yet.

Please login to write comment.