Color Hex Logo

#bcacfd Color Hex

#BCACFD
(188,172,253)
0 Favorites   0 Comments

Color spaces of #bcacfd

RGB 188172253
HSL0.700.950.83
HSV252°32°99°
CMYK 0.260.320.00   0.01
XYZ53.221247.288399.2510
Yxy47.28830.26640.2367
Hunter Lab68.766517.8071-37.4370
CIE-Lab74.373822.5731-38.1027

#bcacfd color RGB value is (188,172,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 11111101
Octal 274 254 375
Decimal 188 172 253
Hex BC AC FD

RGB Percentages of Color #bcacfd

%30.67
%28.06
%41.27

CMYK Percentages of Color #bcacfd

%26
%32
%0
%1

Triadic Colors of #bcacfd

#bcacfd #fdbcac #acfdbc

Analogous Colors of #bcacfd

#bcacfd #e5acfd #acc5fd

Monochromatic Colors of #bcacfd

#bcacfd

Complementary Color

#bcacfd #edfdac

#bcacfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacfd Color CSS Codes

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

#bcacfd Text Font Color

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

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


#bcacfd Background Color

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

This div background color is #bcacfd


#bcacfd Border Color

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

This div border color is #bcacfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacfd

Related Colors


Comments

No comments written yet.

Please login to write comment.