Color Hex Logo

#bc4adb Color Hex

#BC4ADB
(188,74,219)
0 Favorites   0 Comments

Color spaces of #bc4adb

RGB 18874219
HSL0.800.670.57
HSV287°66°86°
CMYK 0.140.660.00   0.14
XYZ35.974020.703469.1179
Yxy20.70340.28600.1646
Hunter Lab45.501061.4990-58.2133
CIE-Lab52.623365.8861-53.5697

#bc4adb color RGB value is (188,74,219).

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

The process color (four color CMYK) of #bc4adb color hex is 0.14, 0.66, 0.00, 0.14. Web safe color of #bc4adb is #cc33cc. Color #bc4adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001010 11011011
Octal 274 112 333
Decimal 188 74 219
Hex BC 4A DB

RGB Percentages of Color #bc4adb

%39.09
%15.38
%45.53

CMYK Percentages of Color #bc4adb

%14
%66
%0
%14

Triadic Colors of #bc4adb

#bc4adb #dbbc4a #4adbbc

Analogous Colors of #bc4adb

#bc4adb #db4ab2 #744adb

Monochromatic Colors of #bc4adb

#bc4adb

Complementary Color

#bc4adb #69db4a

#bc4adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4adb Color CSS Codes

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

#bc4adb Text Font Color

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

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


#bc4adb Background Color

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

This div background color is #bc4adb


#bc4adb Border Color

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

This div border color is #bc4adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4adb


Comments

No comments written yet.

Please login to write comment.