Color Hex Logo

#bca2ea Color Hex

#BCA2EA
(188,162,234)
0 Favorites   0 Comments

Color spaces of #bca2ea

RGB 188162234
HSL0.730.630.78
HSV262°31°92°
CMYK 0.200.310.00   0.08
XYZ48.510742.472583.4831
Yxy42.47250.27810.2434
Hunter Lab65.170918.8193-30.3301
CIE-Lab71.195523.7368-32.7157

#bca2ea color RGB value is (188,162,234).

#bca2ea hex color red value is 188, green value is 162 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bca2ea hue: 0.73 , saturation: 0.63 and the lightness value of bca2ea is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 11101010
Octal 274 242 352
Decimal 188 162 234
Hex BC A2 EA

RGB Percentages of Color #bca2ea

%32.19
%27.74
%40.07

CMYK Percentages of Color #bca2ea

%20
%31
%0
%8

Triadic Colors of #bca2ea

#bca2ea #eabca2 #a2eabc

Analogous Colors of #bca2ea

#bca2ea #e0a2ea #a2acea

Monochromatic Colors of #bca2ea

#bca2ea

Complementary Color

#bca2ea #d0eaa2

#bca2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca2ea Color CSS Codes

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

#bca2ea Text Font Color

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

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


#bca2ea Background Color

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

This div background color is #bca2ea


#bca2ea Border Color

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

This div border color is #bca2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca2ea


Comments

No comments written yet.

Please login to write comment.