Color Hex Logo

#bc468e Color Hex

#BC468E
(188,70,142)
0 Favorites   0 Comments

Color spaces of #bc468e

RGB 18870142
HSL0.900.470.51
HSV323°63°74°
CMYK 0.000.630.24   0.26
XYZ27.811717.024727.4114
Yxy17.02470.38490.2356
Hunter Lab41.261048.1100-10.5061
CIE-Lab48.291154.8282-15.4388

#bc468e color RGB value is (188,70,142).

#bc468e hex color red value is 188, green value is 70 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bc468e hue: 0.90 , saturation: 0.47 and the lightness value of bc468e is 0.51.

The process color (four color CMYK) of #bc468e color hex is 0.00, 0.63, 0.24, 0.26. Web safe color of #bc468e is #cc3399. Color #bc468e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000110 10001110
Octal 274 106 216
Decimal 188 70 142
Hex BC 46 8E

RGB Percentages of Color #bc468e

%47.00
%17.50
%35.50

CMYK Percentages of Color #bc468e

%0
%63
%24
%26

Triadic Colors of #bc468e

#bc468e #8ebc46 #468ebc

Analogous Colors of #bc468e

#bc468e #bc4653 #af46bc

Monochromatic Colors of #bc468e

#bc468e

Complementary Color

#bc468e #46bc74

#bc468e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc468e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc468e Color CSS Codes

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

#bc468e Text Font Color

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

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


#bc468e Background Color

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

This div background color is #bc468e


#bc468e Border Color

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

This div border color is #bc468e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc468e


Comments

No comments written yet.

Please login to write comment.