Color Hex Logo

#c7bfec Color Hex

#C7BFEC
(199,191,236)
0 Favorites   0 Comments

Color spaces of #c7bfec

RGB 199191236
HSL0.700.540.84
HSV251°19°93°
CMYK 0.160.190.00   0.07
XYZ57.324355.459887.0404
Yxy55.45980.28690.2775
Hunter Lab74.47137.0755-17.1669
CIE-Lab79.305411.6459-21.2970

#c7bfec color RGB value is (199,191,236).

#c7bfec hex color red value is 199, green value is 191 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c7bfec hue: 0.70 , saturation: 0.54 and the lightness value of c7bfec is 0.84.

The process color (four color CMYK) of #c7bfec color hex is 0.16, 0.19, 0.00, 0.07. Web safe color of #c7bfec is #ccccff. Color #c7bfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111111 11101100
Octal 307 277 354
Decimal 199 191 236
Hex C7 BF EC

RGB Percentages of Color #c7bfec

%31.79
%30.51
%37.70

CMYK Percentages of Color #c7bfec

%16
%19
%0
%7

Triadic Colors of #c7bfec

#c7bfec #ecc7bf #bfecc7

Analogous Colors of #c7bfec

#c7bfec #debfec #bfceec

Monochromatic Colors of #c7bfec

#c7bfec

Complementary Color

#c7bfec #e4ecbf

#c7bfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bfec Color CSS Codes

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

#c7bfec Text Font Color

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

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


#c7bfec Background Color

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

This div background color is #c7bfec


#c7bfec Border Color

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

This div border color is #c7bfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bfec


Comments

No comments written yet.

Please login to write comment.