Color Hex Logo

#bca7df Color Hex

#BCA7DF
(188,167,223)
0 Favorites   0 Comments

Color spaces of #bca7df

RGB 188167223
HSL0.730.470.76
HSV263°25°87°
CMYK 0.160.250.00   0.13
XYZ47.877043.656575.7152
Yxy43.65650.28630.2610
Hunter Lab66.073113.7145-21.6911
CIE-Lab71.998318.5288-25.4682

#bca7df color RGB value is (188,167,223).

#bca7df hex color red value is 188, green value is 167 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bca7df hue: 0.73 , saturation: 0.47 and the lightness value of bca7df is 0.76.

The process color (four color CMYK) of #bca7df color hex is 0.16, 0.25, 0.00, 0.13. Web safe color of #bca7df is #cc99cc. Color #bca7df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100111 11011111
Octal 274 247 337
Decimal 188 167 223
Hex BC A7 DF

RGB Percentages of Color #bca7df

%32.53
%28.89
%38.58

CMYK Percentages of Color #bca7df

%16
%25
%0
%13

Triadic Colors of #bca7df

#bca7df #dfbca7 #a7dfbc

Analogous Colors of #bca7df

#bca7df #d8a7df #a7aedf

Monochromatic Colors of #bca7df

#bca7df

Complementary Color

#bca7df #cadfa7

#bca7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca7df Color CSS Codes

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

#bca7df Text Font Color

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

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


#bca7df Background Color

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

This div background color is #bca7df


#bca7df Border Color

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

This div border color is #bca7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca7df


Comments

No comments written yet.

Please login to write comment.