Color Hex Logo

#c6bfda Color Hex

#C6BFDA
(198,191,218)
1 Favorites   0 Comments

Color spaces of #c6bfda

RGB 198191218
HSL0.710.270.80
HSV256°12°85°
CMYK 0.090.120.00   0.15
XYZ54.574454.329373.9399
Yxy54.32930.29850.2971
Hunter Lab73.70843.1734-7.8803
CIE-Lab78.65347.5903-12.5981

#c6bfda color RGB value is (198,191,218).

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

The process color (four color CMYK) of #c6bfda color hex is 0.09, 0.12, 0.00, 0.15. Web safe color of #c6bfda is #cccccc. Color #c6bfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111111 11011010
Octal 306 277 332
Decimal 198 191 218
Hex C6 BF DA

RGB Percentages of Color #c6bfda

%32.62
%31.47
%35.91

CMYK Percentages of Color #c6bfda

%9
%12
%0
%15

Triadic Colors of #c6bfda

#c6bfda #dac6bf #bfdac6

Analogous Colors of #c6bfda

#c6bfda #d4bfda #bfc6da

Monochromatic Colors of #c6bfda

#c6bfda

Complementary Color

#c6bfda #d3dabf

#c6bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bfda Color CSS Codes

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

#c6bfda Text Font Color

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

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


#c6bfda Background Color

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

This div background color is #c6bfda


#c6bfda Border Color

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

This div border color is #c6bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bfda

#c6bfda Color Palettes


Comments

No comments written yet.

Please login to write comment.