Color Hex Logo

#bc407d Color Hex

#BC407D
(188,64,125)
0 Favorites   0 Comments

Color spaces of #bc407d

RGB 18864125
HSL0.920.490.49
HSV330°66°74°
CMYK 0.000.660.34   0.26
XYZ26.274115.838821.0744
Yxy15.83880.41580.2507
Hunter Lab39.798048.1968-3.5375
CIE-Lab46.762355.1845-7.4790

#bc407d color RGB value is (188,64,125).

#bc407d hex color red value is 188, green value is 64 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bc407d hue: 0.92 , saturation: 0.49 and the lightness value of bc407d is 0.49.

The process color (four color CMYK) of #bc407d color hex is 0.00, 0.66, 0.34, 0.26. Web safe color of #bc407d is #cc3366. Color #bc407d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000000 01111101
Octal 274 100 175
Decimal 188 64 125
Hex BC 40 7D

RGB Percentages of Color #bc407d

%49.87
%16.98
%33.16

CMYK Percentages of Color #bc407d

%0
%66
%34
%26

Triadic Colors of #bc407d

#bc407d #7dbc40 #407dbc

Analogous Colors of #bc407d

#bc407d #bc4140 #bc40bb

Monochromatic Colors of #bc407d

#bc407d

Complementary Color

#bc407d #40bc7f

#bc407d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc407d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc407d Color CSS Codes

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

#bc407d Text Font Color

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

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


#bc407d Background Color

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

This div background color is #bc407d


#bc407d Border Color

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

This div border color is #bc407d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc407d


Comments

No comments written yet.

Please login to write comment.