Color Hex Logo

#bc4aeb Color Hex

#BC4AEB
(188,74,235)
0 Favorites   0 Comments

Color spaces of #bc4aeb

RGB 18874235
HSL0.780.800.61
HSV282°69°92°
CMYK 0.200.690.00   0.08
XYZ38.183221.587180.7515
Yxy21.58710.27170.1536
Hunter Lab46.461965.3860-70.5235
CIE-Lab53.586168.9931-61.0579

#bc4aeb color RGB value is (188,74,235).

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

The process color (four color CMYK) of #bc4aeb color hex is 0.20, 0.69, 0.00, 0.08. Web safe color of #bc4aeb is #cc33ff. Color #bc4aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001010 11101011
Octal 274 112 353
Decimal 188 74 235
Hex BC 4A EB

RGB Percentages of Color #bc4aeb

%37.83
%14.89
%47.28

CMYK Percentages of Color #bc4aeb

%20
%69
%0
%8

Triadic Colors of #bc4aeb

#bc4aeb #ebbc4a #4aebbc

Analogous Colors of #bc4aeb

#bc4aeb #eb4aca #6c4aeb

Monochromatic Colors of #bc4aeb

#bc4aeb

Complementary Color

#bc4aeb #79eb4a

#bc4aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4aeb Color CSS Codes

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

#bc4aeb Text Font Color

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

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


#bc4aeb Background Color

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

This div background color is #bc4aeb


#bc4aeb Border Color

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

This div border color is #bc4aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4aeb


Comments

No comments written yet.

Please login to write comment.