Color Hex Logo

#bc5abe Color Hex

#BC5ABE
(188,90,190)
0 Favorites   0 Comments

Color spaces of #bc5abe

RGB 18890190
HSL0.830.430.55
HSV299°53°75°
CMYK 0.010.530.00   0.25
XYZ33.689521.721451.1322
Yxy21.72140.31620.2039
Hunter Lab46.606247.4686-32.4234
CIE-Lab53.730153.2913-35.2318

#bc5abe color RGB value is (188,90,190).

#bc5abe hex color red value is 188, green value is 90 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bc5abe hue: 0.83 , saturation: 0.43 and the lightness value of bc5abe is 0.55.

The process color (four color CMYK) of #bc5abe color hex is 0.01, 0.53, 0.00, 0.25. Web safe color of #bc5abe is #cc66cc. Color #bc5abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011010 10111110
Octal 274 132 276
Decimal 188 90 190
Hex BC 5A BE

RGB Percentages of Color #bc5abe

%40.17
%19.23
%40.60

CMYK Percentages of Color #bc5abe

%1
%53
%0
%25

Triadic Colors of #bc5abe

#bc5abe #bebc5a #5abebc

Analogous Colors of #bc5abe

#bc5abe #be5a8e #8a5abe

Monochromatic Colors of #bc5abe

#bc5abe

Complementary Color

#bc5abe #5cbe5a

#bc5abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5abe Color CSS Codes

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

#bc5abe Text Font Color

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

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


#bc5abe Background Color

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

This div background color is #bc5abe


#bc5abe Border Color

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

This div border color is #bc5abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5abe


Comments

No comments written yet.

Please login to write comment.