Color Hex Logo

#bcaae5 Color Hex

#BCAAE5
(188,170,229)
0 Favorites   0 Comments

Color spaces of #bcaae5

RGB 188170229
HSL0.720.530.78
HSV258°26°90°
CMYK 0.180.260.00   0.10
XYZ49.256645.098080.2374
Yxy45.09800.28210.2583
Hunter Lab67.155013.4041-23.8316
CIE-Lab72.956418.1843-27.2759

#bcaae5 color RGB value is (188,170,229).

#bcaae5 hex color red value is 188, green value is 170 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bcaae5 hue: 0.72 , saturation: 0.53 and the lightness value of bcaae5 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 11100101
Octal 274 252 345
Decimal 188 170 229
Hex BC AA E5

RGB Percentages of Color #bcaae5

%32.03
%28.96
%39.01

CMYK Percentages of Color #bcaae5

%18
%26
%0
%10

Triadic Colors of #bcaae5

#bcaae5 #e5bcaa #aae5bc

Analogous Colors of #bcaae5

#bcaae5 #daaae5 #aab6e5

Monochromatic Colors of #bcaae5

#bcaae5

Complementary Color

#bcaae5 #d3e5aa

#bcaae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaae5 Color CSS Codes

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

#bcaae5 Text Font Color

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

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


#bcaae5 Background Color

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

This div background color is #bcaae5


#bcaae5 Border Color

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

This div border color is #bcaae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaae5


Comments

No comments written yet.

Please login to write comment.