Color Hex Logo

#bc5aec Color Hex

#BC5AEC
(188,90,236)
0 Favorites   0 Comments

Color spaces of #bc5aec

RGB 18890236
HSL0.780.790.64
HSV280°62°93°
CMYK 0.200.620.00   0.07
XYZ39.535524.059881.9171
Yxy24.05980.27170.1653
Hunter Lab49.050858.0342-64.6815
CIE-Lab56.147662.2573-57.5084

#bc5aec color RGB value is (188,90,236).

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

The process color (four color CMYK) of #bc5aec color hex is 0.20, 0.62, 0.00, 0.07. Web safe color of #bc5aec is #cc66ff. Color #bc5aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011010 11101100
Octal 274 132 354
Decimal 188 90 236
Hex BC 5A EC

RGB Percentages of Color #bc5aec

%36.58
%17.51
%45.91

CMYK Percentages of Color #bc5aec

%20
%62
%0
%7

Triadic Colors of #bc5aec

#bc5aec #ecbc5a #5aecbc

Analogous Colors of #bc5aec

#bc5aec #ec5ad3 #735aec

Monochromatic Colors of #bc5aec

#bc5aec

Complementary Color

#bc5aec #8aec5a

#bc5aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5aec Color CSS Codes

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

#bc5aec Text Font Color

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

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


#bc5aec Background Color

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

This div background color is #bc5aec


#bc5aec Border Color

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

This div border color is #bc5aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5aec


Comments

No comments written yet.

Please login to write comment.