Color Hex Logo

#c7bcdf Color Hex

#C7BCDF
(199,188,223)
0 Favorites   0 Comments

Color spaces of #c7bcdf

RGB 199188223
HSL0.720.350.81
HSV259°16°87°
CMYK 0.110.160.00   0.13
XYZ54.855753.436377.2351
Yxy53.43630.29570.2880
Hunter Lab73.10016.0245-11.4737
CIE-Lab78.131910.5508-16.0708

#c7bcdf color RGB value is (199,188,223).

#c7bcdf hex color red value is 199, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c7bcdf hue: 0.72 , saturation: 0.35 and the lightness value of c7bcdf is 0.81.

The process color (four color CMYK) of #c7bcdf color hex is 0.11, 0.16, 0.00, 0.13. Web safe color of #c7bcdf is #cccccc. Color #c7bcdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111100 11011111
Octal 307 274 337
Decimal 199 188 223
Hex C7 BC DF

RGB Percentages of Color #c7bcdf

%32.62
%30.82
%36.56

CMYK Percentages of Color #c7bcdf

%11
%16
%0
%13

Triadic Colors of #c7bcdf

#c7bcdf #dfc7bc #bcdfc7

Analogous Colors of #c7bcdf

#c7bcdf #d9bcdf #bcc3df

Monochromatic Colors of #c7bcdf

#c7bcdf

Complementary Color

#c7bcdf #d4dfbc

#c7bcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bcdf Color CSS Codes

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

#c7bcdf Text Font Color

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

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


#c7bcdf Background Color

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

This div background color is #c7bcdf


#c7bcdf Border Color

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

This div border color is #c7bcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bcdf


Comments

No comments written yet.

Please login to write comment.