Color Hex Logo

#bc459d Color Hex

#BC459D
(188,69,157)
0 Favorites   0 Comments

Color spaces of #bc459d

RGB 18869157
HSL0.880.470.50
HSV316°63°74°
CMYK 0.000.630.16   0.26
XYZ28.953017.381933.7273
Yxy17.38190.36160.2171
Hunter Lab41.691651.0001-18.7798
CIE-Lab48.737757.3834-23.7060

#bc459d color RGB value is (188,69,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000101 10011101
Octal 274 105 235
Decimal 188 69 157
Hex BC 45 9D

RGB Percentages of Color #bc459d

%45.41
%16.67
%37.92

CMYK Percentages of Color #bc459d

%0
%63
%16
%26

Triadic Colors of #bc459d

#bc459d #9dbc45 #459dbc

Analogous Colors of #bc459d

#bc459d #bc4562 #a045bc

Monochromatic Colors of #bc459d

#bc459d

Complementary Color

#bc459d #45bc64

#bc459d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc459d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc459d Color CSS Codes

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

#bc459d Text Font Color

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

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


#bc459d Background Color

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

This div background color is #bc459d


#bc459d Border Color

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

This div border color is #bc459d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc459d


Comments

No comments written yet.

Please login to write comment.