Color Hex Logo

#bc4fdb Color Hex

#BC4FDB
(188,79,219)
0 Favorites   0 Comments

Color spaces of #bc4fdb

RGB 18879219
HSL0.800.660.58
HSV287°64°86°
CMYK 0.140.640.00   0.14
XYZ36.321221.397869.2337
Yxy21.39780.28610.1685
Hunter Lab46.257859.2056-56.3586
CIE-Lab53.382163.7752-52.3574

#bc4fdb color RGB value is (188,79,219).

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

The process color (four color CMYK) of #bc4fdb color hex is 0.14, 0.64, 0.00, 0.14. Web safe color of #bc4fdb is #cc66cc. Color #bc4fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001111 11011011
Octal 274 117 333
Decimal 188 79 219
Hex BC 4F DB

RGB Percentages of Color #bc4fdb

%38.68
%16.26
%45.06

CMYK Percentages of Color #bc4fdb

%14
%64
%0
%14

Triadic Colors of #bc4fdb

#bc4fdb #dbbc4f #4fdbbc

Analogous Colors of #bc4fdb

#bc4fdb #db4fb4 #764fdb

Monochromatic Colors of #bc4fdb

#bc4fdb

Complementary Color

#bc4fdb #6edb4f

#bc4fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4fdb Color CSS Codes

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

#bc4fdb Text Font Color

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

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


#bc4fdb Background Color

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

This div background color is #bc4fdb


#bc4fdb Border Color

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

This div border color is #bc4fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4fdb


Comments

No comments written yet.

Please login to write comment.