Color Hex Logo

#bc407a Color Hex

#BC407A
(188,64,122)
0 Favorites   0 Comments

Color spaces of #bc407a

RGB 18864122
HSL0.920.490.49
HSV332°66°74°
CMYK 0.000.660.35   0.26
XYZ26.085315.763320.0801
Yxy15.76330.42120.2545
Hunter Lab39.703047.7961-2.1942
CIE-Lab46.662454.8329-5.8023

#bc407a color RGB value is (188,64,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000000 01111010
Octal 274 100 172
Decimal 188 64 122
Hex BC 40 7A

RGB Percentages of Color #bc407a

%50.27
%17.11
%32.62

CMYK Percentages of Color #bc407a

%0
%66
%35
%26

Triadic Colors of #bc407a

#bc407a #7abc40 #407abc

Analogous Colors of #bc407a

#bc407a #bc4440 #bc40b8

Monochromatic Colors of #bc407a

#bc407a

Complementary Color

#bc407a #40bc82

#bc407a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc407a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc407a Color CSS Codes

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

#bc407a Text Font Color

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

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


#bc407a Background Color

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

This div background color is #bc407a


#bc407a Border Color

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

This div border color is #bc407a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc407a


Comments

No comments written yet.

Please login to write comment.