Color Hex Logo

#c8bfda Color Hex

#C8BFDA
(200,191,218)
0 Favorites   0 Comments

Color spaces of #c8bfda

RGB 200191218
HSL0.720.270.80
HSV260°12°85°
CMYK 0.080.120.00   0.15
XYZ55.105154.602973.9647
Yxy54.60290.30000.2973
Hunter Lab73.89383.7994-7.6213
CIE-Lab78.81208.2493-12.3443

#c8bfda color RGB value is (200,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111111 11011010
Octal 310 277 332
Decimal 200 191 218
Hex C8 BF DA

RGB Percentages of Color #c8bfda

%32.84
%31.36
%35.80

CMYK Percentages of Color #c8bfda

%8
%12
%0
%15

Triadic Colors of #c8bfda

#c8bfda #dac8bf #bfdac8

Analogous Colors of #c8bfda

#c8bfda #d6bfda #bfc4da

Monochromatic Colors of #c8bfda

#c8bfda

Complementary Color

#c8bfda #d1dabf

#c8bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8bfda Color CSS Codes

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

#c8bfda Text Font Color

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

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


#c8bfda Background Color

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

This div background color is #c8bfda


#c8bfda Border Color

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

This div border color is #c8bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8bfda


Comments

No comments written yet.

Please login to write comment.