Color Hex Logo

#bc468a Color Hex

#BC468A
(188,70,138)
0 Favorites   0 Comments

Color spaces of #bc468a

RGB 18870138
HSL0.900.470.51
HSV325°63°74°
CMYK 0.000.630.27   0.26
XYZ27.516616.906725.8578
Yxy16.90670.39150.2406
Hunter Lab41.117847.4987-8.5034
CIE-Lab48.142354.2917-13.2631

#bc468a color RGB value is (188,70,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000110 10001010
Octal 274 106 212
Decimal 188 70 138
Hex BC 46 8A

RGB Percentages of Color #bc468a

%47.47
%17.68
%34.85

CMYK Percentages of Color #bc468a

%0
%63
%27
%26

Triadic Colors of #bc468a

#bc468a #8abc46 #468abc

Analogous Colors of #bc468a

#bc468a #bc464f #b346bc

Monochromatic Colors of #bc468a

#bc468a

Complementary Color

#bc468a #46bc78

#bc468a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc468a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc468a Color CSS Codes

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

#bc468a Text Font Color

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

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


#bc468a Background Color

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

This div background color is #bc468a


#bc468a Border Color

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

This div border color is #bc468a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc468a


Comments

No comments written yet.

Please login to write comment.