Color Hex Logo

#bca1ea Color Hex

#BCA1EA
(188,161,234)
0 Favorites   0 Comments

Color spaces of #bca1ea

RGB 188161234
HSL0.730.630.77
HSV262°31°92°
CMYK 0.200.310.00   0.08
XYZ48.335242.121683.4246
Yxy42.12160.27800.2422
Hunter Lab64.901219.3610-30.7812
CIE-Lab70.954724.2923-33.0881

#bca1ea color RGB value is (188,161,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 11101010
Octal 274 241 352
Decimal 188 161 234
Hex BC A1 EA

RGB Percentages of Color #bca1ea

%32.25
%27.62
%40.14

CMYK Percentages of Color #bca1ea

%20
%31
%0
%8

Triadic Colors of #bca1ea

#bca1ea #eabca1 #a1eabc

Analogous Colors of #bca1ea

#bca1ea #e1a1ea #a1abea

Monochromatic Colors of #bca1ea

#bca1ea

Complementary Color

#bca1ea #cfeaa1

#bca1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca1ea Color CSS Codes

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

#bca1ea Text Font Color

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

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


#bca1ea Background Color

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

This div background color is #bca1ea


#bca1ea Border Color

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

This div border color is #bca1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca1ea


Comments

No comments written yet.

Please login to write comment.