Color Hex Logo

#bcaaf4 Color Hex

#BCAAF4
(188,170,244)
0 Favorites   0 Comments

Color spaces of #bcaaf4

RGB 188170244
HSL0.710.770.81
HSV255°30°96°
CMYK 0.230.300.00   0.04
XYZ51.442945.972591.7502
Yxy45.97250.27190.2430
Hunter Lab67.803016.7746-32.7684
CIE-Lab73.527721.5780-34.5479

#bcaaf4 color RGB value is (188,170,244).

#bcaaf4 hex color red value is 188, green value is 170 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #bcaaf4 hue: 0.71 , saturation: 0.77 and the lightness value of bcaaf4 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 11110100
Octal 274 252 364
Decimal 188 170 244
Hex BC AA F4

RGB Percentages of Color #bcaaf4

%31.23
%28.24
%40.53

CMYK Percentages of Color #bcaaf4

%23
%30
%0
%4

Triadic Colors of #bcaaf4

#bcaaf4 #f4bcaa #aaf4bc

Analogous Colors of #bcaaf4

#bcaaf4 #e1aaf4 #aabdf4

Monochromatic Colors of #bcaaf4

#bcaaf4

Complementary Color

#bcaaf4 #e2f4aa

#bcaaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaaf4 Color CSS Codes

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

#bcaaf4 Text Font Color

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

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


#bcaaf4 Background Color

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

This div background color is #bcaaf4


#bcaaf4 Border Color

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

This div border color is #bcaaf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaaf4


Comments

No comments written yet.

Please login to write comment.