Color Hex Logo

#bc438e Color Hex

#BC438E
(188,67,142)
0 Favorites   0 Comments

Color spaces of #bc438e

RGB 18867142
HSL0.900.470.50
HSV323°64°74°
CMYK 0.000.640.24   0.26
XYZ27.628716.658727.3504
Yxy16.65870.38570.2325
Hunter Lab40.815149.4046-11.1600
CIE-Lab47.827156.0988-16.1451

#bc438e color RGB value is (188,67,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000011 10001110
Octal 274 103 216
Decimal 188 67 142
Hex BC 43 8E

RGB Percentages of Color #bc438e

%47.36
%16.88
%35.77

CMYK Percentages of Color #bc438e

%0
%64
%24
%26

Triadic Colors of #bc438e

#bc438e #8ebc43 #438ebc

Analogous Colors of #bc438e

#bc438e #bc4352 #ae43bc

Monochromatic Colors of #bc438e

#bc438e

Complementary Color

#bc438e #43bc71

#bc438e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc438e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc438e Color CSS Codes

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

#bc438e Text Font Color

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

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


#bc438e Background Color

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

This div background color is #bc438e


#bc438e Border Color

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

This div border color is #bc438e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc438e


Comments

No comments written yet.

Please login to write comment.