Color Hex Logo

#c7bfdc Color Hex

#C7BFDC
(199,191,220)
0 Favorites   0 Comments

Color spaces of #c7bfdc

RGB 199191220
HSL0.710.290.81
HSV257°13°86°
CMYK 0.100.130.00   0.14
XYZ55.102354.571075.3392
Yxy54.57100.29780.2950
Hunter Lab73.87223.8693-8.7569
CIE-Lab78.79358.3219-13.4585

#c7bfdc color RGB value is (199,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111111 11011100
Octal 307 277 334
Decimal 199 191 220
Hex C7 BF DC

RGB Percentages of Color #c7bfdc

%32.62
%31.31
%36.07

CMYK Percentages of Color #c7bfdc

%10
%13
%0
%14

Triadic Colors of #c7bfdc

#c7bfdc #dcc7bf #bfdcc7

Analogous Colors of #c7bfdc

#c7bfdc #d6bfdc #bfc6dc

Monochromatic Colors of #c7bfdc

#c7bfdc

Complementary Color

#c7bfdc #d4dcbf

#c7bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bfdc Color CSS Codes

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

#c7bfdc Text Font Color

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

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


#c7bfdc Background Color

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

This div background color is #c7bfdc


#c7bfdc Border Color

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

This div border color is #c7bfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bfdc


Comments

No comments written yet.

Please login to write comment.