Color Hex Logo

#bc418d Color Hex

#BC418D
(188,65,141)
0 Favorites   0 Comments

Color spaces of #bc418d

RGB 18865141
HSL0.900.490.50
HSV323°65°74°
CMYK 0.000.650.25   0.26
XYZ27.437116.395026.9178
Yxy16.39500.38780.2317
Hunter Lab40.490750.0953-11.0718
CIE-Lab47.488556.7907-16.0600

#bc418d color RGB value is (188,65,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000001 10001101
Octal 274 101 215
Decimal 188 65 141
Hex BC 41 8D

RGB Percentages of Color #bc418d

%47.72
%16.50
%35.79

CMYK Percentages of Color #bc418d

%0
%65
%25
%26

Triadic Colors of #bc418d

#bc418d #8dbc41 #418dbc

Analogous Colors of #bc418d

#bc418d #bc414f #ae41bc

Monochromatic Colors of #bc418d

#bc418d

Complementary Color

#bc418d #41bc70

#bc418d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc418d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc418d Color CSS Codes

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

#bc418d Text Font Color

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

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


#bc418d Background Color

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

This div background color is #bc418d


#bc418d Border Color

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

This div border color is #bc418d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc418d


Comments

No comments written yet.

Please login to write comment.