Color Hex Logo

#c3bafb Color Hex

#C3BAFB
(195,186,251)
0 Favorites   0 Comments

Color spaces of #c3bafb

RGB 195186251
HSL0.690.890.86
HSV248°26°98°
CMYK 0.220.260.00   0.02
XYZ57.477253.684998.5996
Yxy53.68490.27400.2559
Hunter Lab73.270011.8032-28.4977
CIE-Lab78.277616.4511-30.9467

#c3bafb color RGB value is (195,186,251).

#c3bafb hex color red value is 195, green value is 186 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c3bafb hue: 0.69 , saturation: 0.89 and the lightness value of c3bafb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111010 11111011
Octal 303 272 373
Decimal 195 186 251
Hex C3 BA FB

RGB Percentages of Color #c3bafb

%30.85
%29.43
%39.72

CMYK Percentages of Color #c3bafb

%22
%26
%0
%2

Triadic Colors of #c3bafb

#c3bafb #fbc3ba #bafbc3

Analogous Colors of #c3bafb

#c3bafb #e4bafb #bad2fb

Monochromatic Colors of #c3bafb

#c3bafb

Complementary Color

#c3bafb #f2fbba

#c3bafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bafb Color CSS Codes

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

#c3bafb Text Font Color

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

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


#c3bafb Background Color

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

This div background color is #c3bafb


#c3bafb Border Color

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

This div border color is #c3bafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bafb


Comments

No comments written yet.

Please login to write comment.