Color Hex Logo

#bcabfd Color Hex

#BCABFD
(188,171,253)
0 Favorites   0 Comments

Color spaces of #bcabfd

RGB 188171253
HSL0.700.950.83
HSV252°32°99°
CMYK 0.260.320.00   0.01
XYZ53.031646.909099.1878
Yxy46.90900.26630.2356
Hunter Lab68.490118.3540-37.9210
CIE-Lab74.131523.1274-38.4792

#bcabfd color RGB value is (188,171,253).

#bcabfd hex color red value is 188, green value is 171 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bcabfd hue: 0.70 , saturation: 0.95 and the lightness value of bcabfd is 0.83.

The process color (four color CMYK) of #bcabfd color hex is 0.26, 0.32, 0.00, 0.01. Web safe color of #bcabfd is #cc99ff. Color #bcabfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 11111101
Octal 274 253 375
Decimal 188 171 253
Hex BC AB FD

RGB Percentages of Color #bcabfd

%30.72
%27.94
%41.34

CMYK Percentages of Color #bcabfd

%26
%32
%0
%1

Triadic Colors of #bcabfd

#bcabfd #fdbcab #abfdbc

Analogous Colors of #bcabfd

#bcabfd #e5abfd #abc3fd

Monochromatic Colors of #bcabfd

#bcabfd

Complementary Color

#bcabfd #ecfdab

#bcabfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcabfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcabfd Color CSS Codes

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

#bcabfd Text Font Color

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

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


#bcabfd Background Color

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

This div background color is #bcabfd


#bcabfd Border Color

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

This div border color is #bcabfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcabfd


Comments

No comments written yet.

Please login to write comment.