Color Hex Logo

#c6bafa Color Hex

#C6BAFA
(198,186,250)
0 Favorites   0 Comments

Color spaces of #c6bafa

RGB 198186250
HSL0.700.860.85
HSV251°26°98°
CMYK 0.210.260.00   0.02
XYZ58.102954.025797.8081
Yxy54.02570.27680.2573
Hunter Lab73.502212.4741-27.4447
CIE-Lab78.476717.1217-30.0843

#c6bafa color RGB value is (198,186,250).

#c6bafa hex color red value is 198, green value is 186 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c6bafa hue: 0.70 , saturation: 0.86 and the lightness value of c6bafa is 0.85.

The process color (four color CMYK) of #c6bafa color hex is 0.21, 0.26, 0.00, 0.02. Web safe color of #c6bafa is #ccccff. Color #c6bafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111010 11111010
Octal 306 272 372
Decimal 198 186 250
Hex C6 BA FA

RGB Percentages of Color #c6bafa

%31.23
%29.34
%39.43

CMYK Percentages of Color #c6bafa

%21
%26
%0
%2

Triadic Colors of #c6bafa

#c6bafa #fac6ba #bafac6

Analogous Colors of #c6bafa

#c6bafa #e6bafa #bacefa

Monochromatic Colors of #c6bafa

#c6bafa

Complementary Color

#c6bafa #eefaba

#c6bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bafa Color CSS Codes

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

#c6bafa Text Font Color

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

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


#c6bafa Background Color

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

This div background color is #c6bafa


#c6bafa Border Color

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

This div border color is #c6bafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bafa


Comments

No comments written yet.

Please login to write comment.