Color Hex Logo

#bc459e Color Hex

#BC459E
(188,69,158)
0 Favorites   0 Comments

Color spaces of #bc459e

RGB 18869158
HSL0.880.470.50
HSV315°63°74°
CMYK 0.000.630.16   0.26
XYZ29.038717.416234.1789
Yxy17.41620.36010.2160
Hunter Lab41.732751.1726-19.3453
CIE-Lab48.780257.5316-24.2339

#bc459e color RGB value is (188,69,158).

#bc459e hex color red value is 188, green value is 69 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bc459e hue: 0.88 , saturation: 0.47 and the lightness value of bc459e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000101 10011110
Octal 274 105 236
Decimal 188 69 158
Hex BC 45 9E

RGB Percentages of Color #bc459e

%45.30
%16.63
%38.07

CMYK Percentages of Color #bc459e

%0
%63
%16
%26

Triadic Colors of #bc459e

#bc459e #9ebc45 #459ebc

Analogous Colors of #bc459e

#bc459e #bc4563 #9f45bc

Monochromatic Colors of #bc459e

#bc459e

Complementary Color

#bc459e #45bc63

#bc459e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc459e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc459e Color CSS Codes

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

#bc459e Text Font Color

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

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


#bc459e Background Color

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

This div background color is #bc459e


#bc459e Border Color

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

This div border color is #bc459e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc459e


Comments

No comments written yet.

Please login to write comment.