Color Hex Logo

#bc6dbf Color Hex

#BC6DBF
(188,109,191)
0 Favorites   0 Comments

Color spaces of #bc6dbf

RGB 188109191
HSL0.830.390.59
HSV298°43°75°
CMYK 0.020.430.00   0.25
XYZ35.611625.390252.3141
Yxy25.39020.31430.2241
Hunter Lab50.388737.9725-26.2835
CIE-Lab57.453643.8472-30.0007

#bc6dbf color RGB value is (188,109,191).

#bc6dbf hex color red value is 188, green value is 109 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bc6dbf hue: 0.83 , saturation: 0.39 and the lightness value of bc6dbf is 0.59.

The process color (four color CMYK) of #bc6dbf color hex is 0.02, 0.43, 0.00, 0.25. Web safe color of #bc6dbf is #cc66cc. Color #bc6dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101101 10111111
Octal 274 155 277
Decimal 188 109 191
Hex BC 6D BF

RGB Percentages of Color #bc6dbf

%38.52
%22.34
%39.14

CMYK Percentages of Color #bc6dbf

%2
%43
%0
%25

Triadic Colors of #bc6dbf

#bc6dbf #bfbc6d #6dbfbc

Analogous Colors of #bc6dbf

#bc6dbf #bf6d99 #936dbf

Monochromatic Colors of #bc6dbf

#bc6dbf

Complementary Color

#bc6dbf #70bf6d

#bc6dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6dbf Color CSS Codes

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

#bc6dbf Text Font Color

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

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


#bc6dbf Background Color

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

This div background color is #bc6dbf


#bc6dbf Border Color

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

This div border color is #bc6dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6dbf


Comments

No comments written yet.

Please login to write comment.