Color Hex Logo

#c7bfde Color Hex

#C7BFDE
(199,191,222)
0 Favorites   0 Comments

Color spaces of #c7bfde

RGB 199191222
HSL0.710.320.81
HSV255°14°87°
CMYK 0.100.140.00   0.13
XYZ55.368854.677676.7428
Yxy54.67760.29640.2927
Hunter Lab73.94434.2566-9.7729
CIE-Lab78.85528.7270-14.4439

#c7bfde color RGB value is (199,191,222).

#c7bfde hex color red value is 199, green value is 191 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c7bfde hue: 0.71 , saturation: 0.32 and the lightness value of c7bfde is 0.81.

The process color (four color CMYK) of #c7bfde color hex is 0.10, 0.14, 0.00, 0.13. Web safe color of #c7bfde is #cccccc. Color #c7bfde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111111 11011110
Octal 307 277 336
Decimal 199 191 222
Hex C7 BF DE

RGB Percentages of Color #c7bfde

%32.52
%31.21
%36.27

CMYK Percentages of Color #c7bfde

%10
%14
%0
%13

Triadic Colors of #c7bfde

#c7bfde #dec7bf #bfdec7

Analogous Colors of #c7bfde

#c7bfde #d7bfde #bfc7de

Monochromatic Colors of #c7bfde

#c7bfde

Complementary Color

#c7bfde #d6debf

#c7bfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bfde Color CSS Codes

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

#c7bfde Text Font Color

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

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


#c7bfde Background Color

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

This div background color is #c7bfde


#c7bfde Border Color

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

This div border color is #c7bfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bfde


Comments

No comments written yet.

Please login to write comment.