Color Hex Logo

#bc418e Color Hex

#BC418E
(188,65,142)
0 Favorites   0 Comments

Color spaces of #bc418e

RGB 18865142
HSL0.900.490.50
HSV322°65°74°
CMYK 0.000.650.24   0.26
XYZ27.511816.425027.3115
Yxy16.42500.38610.2305
Hunter Lab40.527850.2490-11.5859
CIE-Lab47.527256.9235-16.6023

#bc418e color RGB value is (188,65,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000001 10001110
Octal 274 101 216
Decimal 188 65 142
Hex BC 41 8E

RGB Percentages of Color #bc418e

%47.59
%16.46
%35.95

CMYK Percentages of Color #bc418e

%0
%65
%24
%26

Triadic Colors of #bc418e

#bc418e #8ebc41 #418ebc

Analogous Colors of #bc418e

#bc418e #bc4151 #ad41bc

Monochromatic Colors of #bc418e

#bc418e

Complementary Color

#bc418e #41bc6f

#bc418e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc418e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc418e Color CSS Codes

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

#bc418e Text Font Color

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

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


#bc418e Background Color

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

This div background color is #bc418e


#bc418e Border Color

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

This div border color is #bc418e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc418e


Comments

No comments written yet.

Please login to write comment.