Color Hex Logo

#bcbcf7 Color Hex

#BCBCF7
(188,188,247)
0 Favorites   0 Comments

Color spaces of #bcbcf7

RGB 188188247
HSL0.670.790.85
HSV240°24°97°
CMYK 0.240.240.00   0.03
XYZ55.510853.373295.3720
Yxy53.37320.27180.2613
Hunter Lab73.05707.7798-26.2601
CIE-Lab78.094812.3612-29.1271

#bcbcf7 color RGB value is (188,188,247).

#bcbcf7 hex color red value is 188, green value is 188 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #bcbcf7 hue: 0.67 , saturation: 0.79 and the lightness value of bcbcf7 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 11110111
Octal 274 274 367
Decimal 188 188 247
Hex BC BC F7

RGB Percentages of Color #bcbcf7

%30.18
%30.18
%39.65

CMYK Percentages of Color #bcbcf7

%24
%24
%0
%3

Triadic Colors of #bcbcf7

#bcbcf7 #f7bcbc #bcf7bc

Analogous Colors of #bcbcf7

#bcbcf7 #dabcf7 #bcdaf7

Monochromatic Colors of #bcbcf7

#bcbcf7

Complementary Color

#bcbcf7 #f7f7bc

#bcbcf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbcf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbcf7 Color CSS Codes

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

#bcbcf7 Text Font Color

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

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


#bcbcf7 Background Color

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

This div background color is #bcbcf7


#bcbcf7 Border Color

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

This div border color is #bcbcf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbcf7

Related Colors


Comments

No comments written yet.

Please login to write comment.