Color Hex Logo

#bc4abd Color Hex

#BC4ABD
(188,74,189)
0 Favorites   0 Comments

Color spaces of #bc4abd

RGB 18874189
HSL0.830.470.52
HSV299°61°74°
CMYK 0.010.610.00   0.26
XYZ32.373119.263050.1560
Yxy19.26300.31800.1892
Hunter Lab43.889654.8552-37.0324
CIE-Lab50.993560.4170-38.9545

#bc4abd color RGB value is (188,74,189).

#bc4abd hex color red value is 188, green value is 74 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bc4abd hue: 0.83 , saturation: 0.47 and the lightness value of bc4abd is 0.52.

The process color (four color CMYK) of #bc4abd color hex is 0.01, 0.61, 0.00, 0.26. Web safe color of #bc4abd is #cc33cc. Color #bc4abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001010 10111101
Octal 274 112 275
Decimal 188 74 189
Hex BC 4A BD

RGB Percentages of Color #bc4abd

%41.69
%16.41
%41.91

CMYK Percentages of Color #bc4abd

%1
%61
%0
%26

Triadic Colors of #bc4abd

#bc4abd #bdbc4a #4abdbc

Analogous Colors of #bc4abd

#bc4abd #bd4a85 #834abd

Monochromatic Colors of #bc4abd

#bc4abd

Complementary Color

#bc4abd #4bbd4a

#bc4abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4abd Color CSS Codes

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

#bc4abd Text Font Color

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

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


#bc4abd Background Color

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

This div background color is #bc4abd


#bc4abd Border Color

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

This div border color is #bc4abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4abd


Comments

No comments written yet.

Please login to write comment.