Color Hex Logo

#bca2df Color Hex

#BCA2DF
(188,162,223)
0 Favorites   0 Comments

Color spaces of #bca2df

RGB 188162223
HSL0.740.490.75
HSV266°27°87°
CMYK 0.160.270.00   0.13
XYZ46.978741.859775.4157
Yxy41.85970.28600.2548
Hunter Lab64.699116.3874-23.8213
CIE-Lab70.774121.3017-27.3449

#bca2df color RGB value is (188,162,223).

#bca2df hex color red value is 188, green value is 162 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bca2df hue: 0.74 , saturation: 0.49 and the lightness value of bca2df is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 11011111
Octal 274 242 337
Decimal 188 162 223
Hex BC A2 DF

RGB Percentages of Color #bca2df

%32.81
%28.27
%38.92

CMYK Percentages of Color #bca2df

%16
%27
%0
%13

Triadic Colors of #bca2df

#bca2df #dfbca2 #a2dfbc

Analogous Colors of #bca2df

#bca2df #dba2df #a2a7df

Monochromatic Colors of #bca2df

#bca2df

Complementary Color

#bca2df #c5dfa2

#bca2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca2df Color CSS Codes

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

#bca2df Text Font Color

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

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


#bca2df Background Color

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

This div background color is #bca2df


#bca2df Border Color

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

This div border color is #bca2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca2df


Comments

No comments written yet.

Please login to write comment.