Color Hex Logo

#bca5eb Color Hex

#BCA5EB
(188,165,235)
0 Favorites   0 Comments

Color spaces of #bca5eb

RGB 188165235
HSL0.720.640.78
HSV260°30°92°
CMYK 0.200.300.00   0.08
XYZ49.189643.599884.4203
Yxy43.59980.27760.2460
Hunter Lab66.030117.4220-29.5818
CIE-Lab71.960222.2960-32.0797

#bca5eb color RGB value is (188,165,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 11101011
Octal 274 245 353
Decimal 188 165 235
Hex BC A5 EB

RGB Percentages of Color #bca5eb

%31.97
%28.06
%39.97

CMYK Percentages of Color #bca5eb

%20
%30
%0
%8

Triadic Colors of #bca5eb

#bca5eb #ebbca5 #a5ebbc

Analogous Colors of #bca5eb

#bca5eb #dfa5eb #a5b1eb

Monochromatic Colors of #bca5eb

#bca5eb

Complementary Color

#bca5eb #d4eba5

#bca5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca5eb Color CSS Codes

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

#bca5eb Text Font Color

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

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


#bca5eb Background Color

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

This div background color is #bca5eb


#bca5eb Border Color

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

This div border color is #bca5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca5eb


Comments

No comments written yet.

Please login to write comment.