Color Hex Logo

#c7bbff Color Hex

#C7BBFF
(199,187,255)
0 Favorites   0 Comments

Color spaces of #c7bbff

RGB 199187255
HSL0.701.000.87
HSV251°27°100°
CMYK 0.220.270.00   0.00
XYZ59.373554.9028102.0757
Yxy54.90280.27440.2538
Hunter Lab74.096413.3634-29.8108
CIE-Lab78.985218.0007-31.9744

#c7bbff color RGB value is (199,187,255).

#c7bbff hex color red value is 199, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c7bbff hue: 0.70 , saturation: 1.00 and the lightness value of c7bbff is 0.87.

The process color (four color CMYK) of #c7bbff color hex is 0.22, 0.27, 0.00, 0.00. Web safe color of #c7bbff is #ccccff. Color #c7bbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111011 11111111
Octal 307 273 377
Decimal 199 187 255
Hex C7 BB FF

RGB Percentages of Color #c7bbff

%31.05
%29.17
%39.78

CMYK Percentages of Color #c7bbff

%22
%27
%0
%0

Triadic Colors of #c7bbff

#c7bbff #ffc7bb #bbffc7

Analogous Colors of #c7bbff

#c7bbff #e9bbff #bbd1ff

Monochromatic Colors of #c7bbff

#c7bbff

Complementary Color

#c7bbff #f3ffbb

#c7bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bbff Color CSS Codes

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

#c7bbff Text Font Color

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

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


#c7bbff Background Color

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

This div background color is #c7bbff


#c7bbff Border Color

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

This div border color is #c7bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bbff


Comments

No comments written yet.

Please login to write comment.