Color Hex Logo

#bcacf5 Color Hex

#BCACF5
(188,172,245)
0 Favorites   0 Comments

Color spaces of #bcacf5

RGB 188172245
HSL0.700.780.82
HSV253°30°96°
CMYK 0.230.300.00   0.04
XYZ51.973046.789092.6781
Yxy46.78900.27150.2444
Hunter Lab68.402515.9220-32.4499
CIE-Lab74.054620.7016-34.2741

#bcacf5 color RGB value is (188,172,245).

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

The process color (four color CMYK) of #bcacf5 color hex is 0.23, 0.30, 0.00, 0.04. Web safe color of #bcacf5 is #cc99ff. Color #bcacf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 11110101
Octal 274 254 365
Decimal 188 172 245
Hex BC AC F5

RGB Percentages of Color #bcacf5

%31.07
%28.43
%40.50

CMYK Percentages of Color #bcacf5

%23
%30
%0
%4

Triadic Colors of #bcacf5

#bcacf5 #f5bcac #acf5bc

Analogous Colors of #bcacf5

#bcacf5 #e1acf5 #acc1f5

Monochromatic Colors of #bcacf5

#bcacf5

Complementary Color

#bcacf5 #e5f5ac

#bcacf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacf5 Color CSS Codes

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

#bcacf5 Text Font Color

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

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


#bcacf5 Background Color

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

This div background color is #bcacf5


#bcacf5 Border Color

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

This div border color is #bcacf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacf5


Comments

No comments written yet.

Please login to write comment.