Color Hex Logo

#bca4da Color Hex

#BCA4DA
(188,164,218)
0 Favorites   0 Comments

Color spaces of #bca4da

RGB 188164218
HSL0.740.420.75
HSV267°25°85°
CMYK 0.140.250.00   0.15
XYZ46.669442.304272.0355
Yxy42.30420.28990.2627
Hunter Lab65.041714.2563-20.1362
CIE-Lab71.080119.1130-24.1330

#bca4da color RGB value is (188,164,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 11011010
Octal 274 244 332
Decimal 188 164 218
Hex BC A4 DA

RGB Percentages of Color #bca4da

%32.98
%28.77
%38.25

CMYK Percentages of Color #bca4da

%14
%25
%0
%15

Triadic Colors of #bca4da

#bca4da #dabca4 #a4dabc

Analogous Colors of #bca4da

#bca4da #d7a4da #a4a7da

Monochromatic Colors of #bca4da

#bca4da

Complementary Color

#bca4da #c2daa4

#bca4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca4da Color CSS Codes

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

#bca4da Text Font Color

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

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


#bca4da Background Color

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

This div background color is #bca4da


#bca4da Border Color

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

This div border color is #bca4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca4da


Comments

No comments written yet.

Please login to write comment.