Color Hex Logo

#bcb3f7 Color Hex

#BCB3F7
(188,179,247)
0 Favorites   0 Comments

Color spaces of #bcb3f7

RGB 188179247
HSL0.690.810.84
HSV248°28°97°
CMYK 0.240.280.00   0.03
XYZ53.647649.647094.7510
Yxy49.64700.27090.2507
Hunter Lab70.460612.6010-30.4070
CIE-Lab75.852117.2989-32.5777

#bcb3f7 color RGB value is (188,179,247).

#bcb3f7 hex color red value is 188, green value is 179 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #bcb3f7 hue: 0.69 , saturation: 0.81 and the lightness value of bcb3f7 is 0.84.

The process color (four color CMYK) of #bcb3f7 color hex is 0.24, 0.28, 0.00, 0.03. Web safe color of #bcb3f7 is #ccccff. Color #bcb3f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110011 11110111
Octal 274 263 367
Decimal 188 179 247
Hex BC B3 F7

RGB Percentages of Color #bcb3f7

%30.62
%29.15
%40.23

CMYK Percentages of Color #bcb3f7

%24
%28
%0
%3

Triadic Colors of #bcb3f7

#bcb3f7 #f7bcb3 #b3f7bc

Analogous Colors of #bcb3f7

#bcb3f7 #deb3f7 #b3ccf7

Monochromatic Colors of #bcb3f7

#bcb3f7

Complementary Color

#bcb3f7 #eef7b3

#bcb3f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb3f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb3f7 Color CSS Codes

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

#bcb3f7 Text Font Color

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

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


#bcb3f7 Background Color

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

This div background color is #bcb3f7


#bcb3f7 Border Color

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

This div border color is #bcb3f7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,179,247, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bcb3f7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bcb3f7;
  -webkit-box-shadow: 1px 1px 3px 2px #bcb3f7;
  box-shadow:         1px 1px 3px 2px #bcb3f7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,179,247, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb3f7


Comments

No comments written yet.

Please login to write comment.