Color Hex Logo

#bcabe6 Color Hex

#BCABE6
(188,171,230)
0 Favorites   0 Comments

Color spaces of #bcabe6

RGB 188171230
HSL0.710.540.79
HSV257°26°90°
CMYK 0.180.260.00   0.10
XYZ49.584945.530481.0377
Yxy45.53040.28150.2585
Hunter Lab67.476213.0873-23.9728
CIE-Lab73.239817.8530-27.3859

#bcabe6 color RGB value is (188,171,230).

#bcabe6 hex color red value is 188, green value is 171 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #bcabe6 hue: 0.71 , saturation: 0.54 and the lightness value of bcabe6 is 0.79.

The process color (four color CMYK) of #bcabe6 color hex is 0.18, 0.26, 0.00, 0.10. Web safe color of #bcabe6 is #cc99ff. Color #bcabe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 11100110
Octal 274 253 346
Decimal 188 171 230
Hex BC AB E6

RGB Percentages of Color #bcabe6

%31.92
%29.03
%39.05

CMYK Percentages of Color #bcabe6

%18
%26
%0
%10

Triadic Colors of #bcabe6

#bcabe6 #e6bcab #abe6bc

Analogous Colors of #bcabe6

#bcabe6 #daabe6 #abb8e6

Monochromatic Colors of #bcabe6

#bcabe6

Complementary Color

#bcabe6 #d5e6ab

#bcabe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcabe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcabe6 Color CSS Codes

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

#bcabe6 Text Font Color

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

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


#bcabe6 Background Color

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

This div background color is #bcabe6


#bcabe6 Border Color

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

This div border color is #bcabe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcabe6


Comments

No comments written yet.

Please login to write comment.