Color Hex Logo

#c3bffb Color Hex

#C3BFFB
(195,191,251)
0 Favorites   0 Comments

Color spaces of #c3bffb

RGB 195191251
HSL0.680.880.87
HSV244°24°98°
CMYK 0.220.240.00   0.02
XYZ58.549155.828798.9569
Yxy55.82870.27440.2617
Hunter Lab74.71869.1141-26.2203
CIE-Lab79.516213.7246-29.0447

#c3bffb color RGB value is (195,191,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111111 11111011
Octal 303 277 373
Decimal 195 191 251
Hex C3 BF FB

RGB Percentages of Color #c3bffb

%30.61
%29.98
%39.40

CMYK Percentages of Color #c3bffb

%22
%24
%0
%2

Triadic Colors of #c3bffb

#c3bffb #fbc3bf #bffbc3

Analogous Colors of #c3bffb

#c3bffb #e1bffb #bfd9fb

Monochromatic Colors of #c3bffb

#c3bffb

Complementary Color

#c3bffb #f7fbbf

#c3bffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bffb Color CSS Codes

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

#c3bffb Text Font Color

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

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


#c3bffb Background Color

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

This div background color is #c3bffb


#c3bffb Border Color

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

This div border color is #c3bffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bffb


Comments

No comments written yet.

Please login to write comment.