Color Hex Logo

#bc458e Color Hex

#BC458E
(188,69,142)
0 Favorites   0 Comments

Color spaces of #bc458e

RGB 18869142
HSL0.900.470.50
HSV323°63°74°
CMYK 0.000.630.24   0.26
XYZ27.749616.900627.3908
Yxy16.90060.38520.2346
Hunter Lab41.110348.5449-10.7262
CIE-Lab48.134555.2559-15.6771

#bc458e color RGB value is (188,69,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000101 10001110
Octal 274 105 216
Decimal 188 69 142
Hex BC 45 8E

RGB Percentages of Color #bc458e

%47.12
%17.29
%35.59

CMYK Percentages of Color #bc458e

%0
%63
%24
%26

Triadic Colors of #bc458e

#bc458e #8ebc45 #458ebc

Analogous Colors of #bc458e

#bc458e #bc4553 #af45bc

Monochromatic Colors of #bc458e

#bc458e

Complementary Color

#bc458e #45bc73

#bc458e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc458e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc458e Color CSS Codes

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

#bc458e Text Font Color

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

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


#bc458e Background Color

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

This div background color is #bc458e


#bc458e Border Color

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

This div border color is #bc458e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc458e


Comments

No comments written yet.

Please login to write comment.