Color Hex Logo

#bcb7ea Color Hex

#BCB7EA
(188,183,234)
0 Favorites   0 Comments

Color spaces of #bcb7ea

RGB 188183234
HSL0.680.550.82
HSV246°22°92°
CMYK 0.200.220.00   0.08
XYZ52.523850.498984.8209
Yxy50.49890.27960.2688
Hunter Lab71.06267.5735-21.0252
CIE-Lab76.374512.1415-24.7590

#bcb7ea color RGB value is (188,183,234).

#bcb7ea hex color red value is 188, green value is 183 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bcb7ea hue: 0.68 , saturation: 0.55 and the lightness value of bcb7ea is 0.82.

The process color (four color CMYK) of #bcb7ea color hex is 0.20, 0.22, 0.00, 0.08. Web safe color of #bcb7ea is #ccccff. Color #bcb7ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 11101010
Octal 274 267 352
Decimal 188 183 234
Hex BC B7 EA

RGB Percentages of Color #bcb7ea

%31.07
%30.25
%38.68

CMYK Percentages of Color #bcb7ea

%20
%22
%0
%8

Triadic Colors of #bcb7ea

#bcb7ea #eabcb7 #b7eabc

Analogous Colors of #bcb7ea

#bcb7ea #d6b7ea #b7ccea

Monochromatic Colors of #bcb7ea

#bcb7ea

Complementary Color

#bcb7ea #e5eab7

#bcb7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb7ea Color CSS Codes

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

#bcb7ea Text Font Color

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

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


#bcb7ea Background Color

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

This div background color is #bcb7ea


#bcb7ea Border Color

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

This div border color is #bcb7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb7ea


Comments

No comments written yet.

Please login to write comment.