Color Hex Logo

#c7bfdd Color Hex

#C7BFDD
(199,191,221)
0 Favorites   0 Comments

Color spaces of #c7bfdd

RGB 199191221
HSL0.710.310.81
HSV256°14°87°
CMYK 0.100.140.00   0.13
XYZ55.235154.624276.0389
Yxy54.62420.29710.2938
Hunter Lab73.90824.0622-9.2636
CIE-Lab78.82438.5238-13.9513

#c7bfdd color RGB value is (199,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111111 11011101
Octal 307 277 335
Decimal 199 191 221
Hex C7 BF DD

RGB Percentages of Color #c7bfdd

%32.57
%31.26
%36.17

CMYK Percentages of Color #c7bfdd

%10
%14
%0
%13

Triadic Colors of #c7bfdd

#c7bfdd #ddc7bf #bfddc7

Analogous Colors of #c7bfdd

#c7bfdd #d6bfdd #bfc6dd

Monochromatic Colors of #c7bfdd

#c7bfdd

Complementary Color

#c7bfdd #d5ddbf

#c7bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bfdd Color CSS Codes

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

#c7bfdd Text Font Color

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

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


#c7bfdd Background Color

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

This div background color is #c7bfdd


#c7bfdd Border Color

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

This div border color is #c7bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bfdd


Comments

No comments written yet.

Please login to write comment.