Color Hex Logo

#c8bfec Color Hex

#C8BFEC
(200,191,236)
0 Favorites   0 Comments

Color spaces of #c8bfec

RGB 200191236
HSL0.700.540.84
HSV252°19°93°
CMYK 0.150.190.00   0.07
XYZ57.590555.597187.0528
Yxy55.59710.28760.2777
Hunter Lab74.56357.3818-17.0266
CIE-Lab79.384011.9601-21.1704

#c8bfec color RGB value is (200,191,236).

#c8bfec hex color red value is 200, green value is 191 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c8bfec hue: 0.70 , saturation: 0.54 and the lightness value of c8bfec is 0.84.

The process color (four color CMYK) of #c8bfec color hex is 0.15, 0.19, 0.00, 0.07. Web safe color of #c8bfec is #ccccff. Color #c8bfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111111 11101100
Octal 310 277 354
Decimal 200 191 236
Hex C8 BF EC

RGB Percentages of Color #c8bfec

%31.90
%30.46
%37.64

CMYK Percentages of Color #c8bfec

%15
%19
%0
%7

Triadic Colors of #c8bfec

#c8bfec #ecc8bf #bfecc8

Analogous Colors of #c8bfec

#c8bfec #dfbfec #bfcdec

Monochromatic Colors of #c8bfec

#c8bfec

Complementary Color

#c8bfec #e3ecbf

#c8bfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8bfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8bfec Color CSS Codes

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

#c8bfec Text Font Color

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

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


#c8bfec Background Color

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

This div background color is #c8bfec


#c8bfec Border Color

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

This div border color is #c8bfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8bfec


Comments

No comments written yet.

Please login to write comment.