Color Hex Logo

#bca5dc Color Hex

#BCA5DC
(188,165,220)
0 Favorites   0 Comments

Color spaces of #bca5dc

RGB 188165220
HSL0.740.440.75
HSV265°25°86°
CMYK 0.150.250.00   0.14
XYZ47.112442.768973.4823
Yxy42.76890.28840.2618
Hunter Lab65.397914.1443-20.8408
CIE-Lab71.397818.9878-24.7442

#bca5dc color RGB value is (188,165,220).

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

The process color (four color CMYK) of #bca5dc color hex is 0.15, 0.25, 0.00, 0.14. Web safe color of #bca5dc is #cc99cc. Color #bca5dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 11011100
Octal 274 245 334
Decimal 188 165 220
Hex BC A5 DC

RGB Percentages of Color #bca5dc

%32.81
%28.80
%38.39

CMYK Percentages of Color #bca5dc

%15
%25
%0
%14

Triadic Colors of #bca5dc

#bca5dc #dcbca5 #a5dcbc

Analogous Colors of #bca5dc

#bca5dc #d8a5dc #a5aadc

Monochromatic Colors of #bca5dc

#bca5dc

Complementary Color

#bca5dc #c5dca5

#bca5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca5dc Color CSS Codes

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

#bca5dc Text Font Color

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

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


#bca5dc Background Color

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

This div background color is #bca5dc


#bca5dc Border Color

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

This div border color is #bca5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca5dc


Comments

No comments written yet.

Please login to write comment.