Color Hex Logo

#c8bfff Color Hex

#C8BFFF
(200,191,255)
0 Favorites   0 Comments

Color spaces of #c8bfff

RGB 200191255
HSL0.691.000.87
HSV248°25°100°
CMYK 0.220.250.00   0.00
XYZ60.500256.7610102.3750
Yxy56.76100.27550.2584
Hunter Lab75.339911.4960-27.8278
CIE-Lab80.045016.1196-30.3384

#c8bfff color RGB value is (200,191,255).

#c8bfff hex color red value is 200, green value is 191 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c8bfff hue: 0.69 , saturation: 1.00 and the lightness value of c8bfff is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111111 11111111
Octal 310 277 377
Decimal 200 191 255
Hex C8 BF FF

RGB Percentages of Color #c8bfff

%30.96
%29.57
%39.47

CMYK Percentages of Color #c8bfff

%22
%25
%0
%0

Triadic Colors of #c8bfff

#c8bfff #ffc8bf #bfffc8

Analogous Colors of #c8bfff

#c8bfff #e8bfff #bfd6ff

Monochromatic Colors of #c8bfff

#c8bfff

Complementary Color

#c8bfff #f6ffbf

#c8bfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8bfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8bfff Color CSS Codes

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

#c8bfff Text Font Color

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

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


#c8bfff Background Color

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

This div background color is #c8bfff


#c8bfff Border Color

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

This div border color is #c8bfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8bfff

#c8bfff Color Palettes


Comments

No comments written yet.

Please login to write comment.