Color Hex Logo

#c7bffb Color Hex

#C7BFFB
(199,191,251)
0 Favorites   0 Comments

Color spaces of #c7bffb

RGB 199191251
HSL0.690.880.87
HSV248°24°98°
CMYK 0.210.240.00   0.02
XYZ59.596656.368899.0060
Yxy56.36880.27720.2622
Hunter Lab75.079210.3018-25.6296
CIE-Lab79.823314.9233-28.5473

#c7bffb color RGB value is (199,191,251).

#c7bffb hex color red value is 199, green value is 191 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c7bffb hue: 0.69 , saturation: 0.88 and the lightness value of c7bffb is 0.87.

The process color (four color CMYK) of #c7bffb color hex is 0.21, 0.24, 0.00, 0.02. Web safe color of #c7bffb is #ccccff. Color #c7bffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111111 11111011
Octal 307 277 373
Decimal 199 191 251
Hex C7 BF FB

RGB Percentages of Color #c7bffb

%31.05
%29.80
%39.16

CMYK Percentages of Color #c7bffb

%21
%24
%0
%2

Triadic Colors of #c7bffb

#c7bffb #fbc7bf #bffbc7

Analogous Colors of #c7bffb

#c7bffb #e5bffb #bfd5fb

Monochromatic Colors of #c7bffb

#c7bffb

Complementary Color

#c7bffb #f3fbbf

#c7bffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bffb Color CSS Codes

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

#c7bffb Text Font Color

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

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


#c7bffb Background Color

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

This div background color is #c7bffb


#c7bffb Border Color

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

This div border color is #c7bffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bffb


Comments

No comments written yet.

Please login to write comment.