Color Hex Logo

#bca4ec Color Hex

#BCA4EC
(188,164,236)
0 Favorites   0 Comments

Color spaces of #bca4ec

RGB 188164236
HSL0.720.650.78
HSV260°31°93°
CMYK 0.200.310.00   0.07
XYZ49.154843.298485.1236
Yxy43.29840.27680.2438
Hunter Lab65.801518.1897-30.6390
CIE-Lab71.757023.0770-32.9387

#bca4ec color RGB value is (188,164,236).

#bca4ec hex color red value is 188, green value is 164 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bca4ec hue: 0.72 , saturation: 0.65 and the lightness value of bca4ec is 0.78.

The process color (four color CMYK) of #bca4ec color hex is 0.20, 0.31, 0.00, 0.07. Web safe color of #bca4ec is #cc99ff. Color #bca4ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 11101100
Octal 274 244 354
Decimal 188 164 236
Hex BC A4 EC

RGB Percentages of Color #bca4ec

%31.97
%27.89
%40.14

CMYK Percentages of Color #bca4ec

%20
%31
%0
%7

Triadic Colors of #bca4ec

#bca4ec #ecbca4 #a4ecbc

Analogous Colors of #bca4ec

#bca4ec #e0a4ec #a4b0ec

Monochromatic Colors of #bca4ec

#bca4ec

Complementary Color

#bca4ec #d4eca4

#bca4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca4ec Color CSS Codes

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

#bca4ec Text Font Color

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

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


#bca4ec Background Color

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

This div background color is #bca4ec


#bca4ec Border Color

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

This div border color is #bca4ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca4ec


Comments

No comments written yet.

Please login to write comment.