Color Hex Logo

#bca1fd Color Hex

#BCA1FD
(188,161,253)
0 Favorites   0 Comments

Color spaces of #bca1fd

RGB 188161253
HSL0.720.960.81
HSV258°36°99°
CMYK 0.260.360.00   0.01
XYZ51.213543.273098.5818
Yxy43.27300.26530.2241
Hunter Lab65.782223.8489-42.8050
CIE-Lab71.739928.6775-42.2071

#bca1fd color RGB value is (188,161,253).

#bca1fd hex color red value is 188, green value is 161 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bca1fd hue: 0.72 , saturation: 0.96 and the lightness value of bca1fd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 11111101
Octal 274 241 375
Decimal 188 161 253
Hex BC A1 FD

RGB Percentages of Color #bca1fd

%31.23
%26.74
%42.03

CMYK Percentages of Color #bca1fd

%26
%36
%0
%1

Triadic Colors of #bca1fd

#bca1fd #fdbca1 #a1fdbc

Analogous Colors of #bca1fd

#bca1fd #eaa1fd #a1b4fd

Monochromatic Colors of #bca1fd

#bca1fd

Complementary Color

#bca1fd #e2fda1

#bca1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca1fd Color CSS Codes

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

#bca1fd Text Font Color

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

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


#bca1fd Background Color

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

This div background color is #bca1fd


#bca1fd Border Color

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

This div border color is #bca1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca1fd


Comments

No comments written yet.

Please login to write comment.