Color Hex Logo

#c7bfca Color Hex

#C7BFCA
(199,191,202)
0 Favorites   0 Comments

Color spaces of #c7bfca

RGB 199191202
HSL0.790.090.77
HSV284°79°
CMYK 0.010.050.00   0.21
XYZ52.844753.668063.4509
Yxy53.66800.31090.3158
Hunter Lab73.25840.5580-0.0716
CIE-Lab78.26774.8147-4.5230

#c7bfca color RGB value is (199,191,202).

#c7bfca hex color red value is 199, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c7bfca hue: 0.79 , saturation: 0.09 and the lightness value of c7bfca is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111111 11001010
Octal 307 277 312
Decimal 199 191 202
Hex C7 BF CA

RGB Percentages of Color #c7bfca

%33.61
%32.26
%34.12

CMYK Percentages of Color #c7bfca

%1
%5
%0
%21

Triadic Colors of #c7bfca

#c7bfca #cac7bf #bfcac7

Analogous Colors of #c7bfca

#c7bfca #cabfc8 #c2bfca

Monochromatic Colors of #c7bfca

#c7bfca

Complementary Color

#c7bfca #c2cabf

#c7bfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bfca Color CSS Codes

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

#c7bfca Text Font Color

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

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


#c7bfca Background Color

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

This div background color is #c7bfca


#c7bfca Border Color

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

This div border color is #c7bfca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,191,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 #c7bfca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bfca


Comments

No comments written yet.

Please login to write comment.