Color Hex Logo

#c9bfda Color Hex

#C9BFDA
(201,191,218)
0 Favorites   0 Comments

Color spaces of #c9bfda

RGB 201191218
HSL0.730.270.80
HSV262°12°85°
CMYK 0.080.120.00   0.15
XYZ55.373154.741173.9773
Yxy54.74110.30080.2974
Hunter Lab73.98724.1143-7.4910
CIE-Lab78.89198.5796-12.2164

#c9bfda color RGB value is (201,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111111 11011010
Octal 311 277 332
Decimal 201 191 218
Hex C9 BF DA

RGB Percentages of Color #c9bfda

%32.95
%31.31
%35.74

CMYK Percentages of Color #c9bfda

%8
%12
%0
%15

Triadic Colors of #c9bfda

#c9bfda #dac9bf #bfdac9

Analogous Colors of #c9bfda

#c9bfda #d7bfda #bfc3da

Monochromatic Colors of #c9bfda

#c9bfda

Complementary Color

#c9bfda #d0dabf

#c9bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bfda Color CSS Codes

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

#c9bfda Text Font Color

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

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


#c9bfda Background Color

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

This div background color is #c9bfda


#c9bfda Border Color

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

This div border color is #c9bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bfda


Comments

No comments written yet.

Please login to write comment.