Color Hex Logo

#bc70db Color Hex

#BC70DB
(188,112,219)
0 Favorites   0 Comments

Color spaces of #bc70db

RGB 188112219
HSL0.790.600.65
HSV283°49°86°
CMYK 0.140.490.00   0.14
XYZ39.319427.394270.2331
Yxy27.39420.28710.2000
Hunter Lab52.339542.5019-42.9222
CIE-Lab59.337447.8267-42.9132

#bc70db color RGB value is (188,112,219).

#bc70db hex color red value is 188, green value is 112 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bc70db hue: 0.79 , saturation: 0.60 and the lightness value of bc70db is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110000 11011011
Octal 274 160 333
Decimal 188 112 219
Hex BC 70 DB

RGB Percentages of Color #bc70db

%36.22
%21.58
%42.20

CMYK Percentages of Color #bc70db

%14
%49
%0
%14

Triadic Colors of #bc70db

#bc70db #dbbc70 #70dbbc

Analogous Colors of #bc70db

#bc70db #db70c5 #8770db

Monochromatic Colors of #bc70db

#bc70db

Complementary Color

#bc70db #8fdb70

#bc70db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc70db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc70db Color CSS Codes

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

#bc70db Text Font Color

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

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


#bc70db Background Color

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

This div background color is #bc70db


#bc70db Border Color

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

This div border color is #bc70db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc70db


Comments

No comments written yet.

Please login to write comment.