Color Hex Logo

#bc458a Color Hex

#BC458A
(188,69,138)
0 Favorites   0 Comments

Color spaces of #bc458a

RGB 18869138
HSL0.900.470.50
HSV325°63°74°
CMYK 0.000.630.27   0.26
XYZ27.454616.782625.8371
Yxy16.78260.39180.2395
Hunter Lab40.966647.9340-8.7169
CIE-Lab47.984954.7212-13.5013

#bc458a color RGB value is (188,69,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000101 10001010
Octal 274 105 212
Decimal 188 69 138
Hex BC 45 8A

RGB Percentages of Color #bc458a

%47.59
%17.47
%34.94

CMYK Percentages of Color #bc458a

%0
%63
%27
%26

Triadic Colors of #bc458a

#bc458a #8abc45 #458abc

Analogous Colors of #bc458a

#bc458a #bc454f #b345bc

Monochromatic Colors of #bc458a

#bc458a

Complementary Color

#bc458a #45bc77

#bc458a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc458a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc458a Color CSS Codes

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

#bc458a Text Font Color

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

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


#bc458a Background Color

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

This div background color is #bc458a


#bc458a Border Color

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

This div border color is #bc458a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc458a


Comments

No comments written yet.

Please login to write comment.