Color Hex Logo

#c7bcca Color Hex

#C7BCCA
(199,188,202)
0 Favorites   0 Comments

Color spaces of #c7bcca

RGB 199188202
HSL0.800.120.76
HSV287°79°
CMYK 0.010.070.00   0.21
XYZ52.197152.372863.2350
Yxy52.37280.31110.3121
Hunter Lab72.36912.0995-1.1484
CIE-Lab77.50326.4237-5.6515

#c7bcca color RGB value is (199,188,202).

#c7bcca hex color red value is 199, green value is 188 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c7bcca hue: 0.80 , saturation: 0.12 and the lightness value of c7bcca is 0.76.

The process color (four color CMYK) of #c7bcca color hex is 0.01, 0.07, 0.00, 0.21. Web safe color of #c7bcca is #cccccc. Color #c7bcca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111100 11001010
Octal 307 274 312
Decimal 199 188 202
Hex C7 BC CA

RGB Percentages of Color #c7bcca

%33.79
%31.92
%34.30

CMYK Percentages of Color #c7bcca

%1
%7
%0
%21

Triadic Colors of #c7bcca

#c7bcca #cac7bc #bccac7

Analogous Colors of #c7bcca

#c7bcca #cabcc6 #c0bcca

Monochromatic Colors of #c7bcca

#c7bcca

Complementary Color

#c7bcca #bfcabc

#c7bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bcca Color CSS Codes

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

#c7bcca Text Font Color

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

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


#c7bcca Background Color

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

This div background color is #c7bcca


#c7bcca Border Color

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

This div border color is #c7bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bcca


Comments

No comments written yet.

Please login to write comment.