Color Hex Logo

#c6bcfa Color Hex

#C6BCFA
(198,188,250)
0 Favorites   0 Comments

Color spaces of #c6bcfa

RGB 198188250
HSL0.690.860.86
HSV250°25°98°
CMYK 0.210.250.00   0.02
XYZ58.527254.874397.9496
Yxy54.87430.27690.2596
Hunter Lab74.077211.3949-26.5430
CIE-Lab78.968816.0311-29.3289

#c6bcfa color RGB value is (198,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111100 11111010
Octal 306 274 372
Decimal 198 188 250
Hex C6 BC FA

RGB Percentages of Color #c6bcfa

%31.13
%29.56
%39.31

CMYK Percentages of Color #c6bcfa

%21
%25
%0
%2

Triadic Colors of #c6bcfa

#c6bcfa #fac6bc #bcfac6

Analogous Colors of #c6bcfa

#c6bcfa #e5bcfa #bcd1fa

Monochromatic Colors of #c6bcfa

#c6bcfa

Complementary Color

#c6bcfa #f0fabc

#c6bcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bcfa Color CSS Codes

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

#c6bcfa Text Font Color

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

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


#c6bcfa Background Color

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

This div background color is #c6bcfa


#c6bcfa Border Color

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

This div border color is #c6bcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bcfa


Comments

No comments written yet.

Please login to write comment.