Color Hex Logo

#bc4388 Color Hex

#BC4388
(188,67,136)
0 Favorites   0 Comments

Color spaces of #bc4388

RGB 18867136
HSL0.900.470.50
HSV326°64°74°
CMYK 0.000.640.28   0.26
XYZ27.190116.483225.0411
Yxy16.48320.39570.2399
Hunter Lab40.599548.4950-8.1494
CIE-Lab47.602255.3063-12.8764

#bc4388 color RGB value is (188,67,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000011 10001000
Octal 274 103 210
Decimal 188 67 136
Hex BC 43 88

RGB Percentages of Color #bc4388

%48.08
%17.14
%34.78

CMYK Percentages of Color #bc4388

%0
%64
%28
%26

Triadic Colors of #bc4388

#bc4388 #88bc43 #4388bc

Analogous Colors of #bc4388

#bc4388 #bc434c #b443bc

Monochromatic Colors of #bc4388

#bc4388

Complementary Color

#bc4388 #43bc77

#bc4388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4388 Color CSS Codes

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

#bc4388 Text Font Color

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

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


#bc4388 Background Color

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

This div background color is #bc4388


#bc4388 Border Color

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

This div border color is #bc4388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4388


Comments

No comments written yet.

Please login to write comment.