Color Hex Logo

#bc4154 Color Hex

#BC4154
(188,65,84)
0 Favorites   0 Comments

Color spaces of #bc4154

RGB 1886584
HSL0.970.490.50
HSV351°65°74°
CMYK 0.000.650.55   0.26
XYZ24.229615.112110.0274
Yxy15.11210.49080.3061
Hunter Lab38.874343.225611.9185
CIE-Lab45.787450.709316.2122

#bc4154 color RGB value is (188,65,84).

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

The process color (four color CMYK) of #bc4154 color hex is 0.00, 0.65, 0.55, 0.26. Web safe color of #bc4154 is #cc3366. Color #bc4154 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000001 01010100
Octal 274 101 124
Decimal 188 65 84
Hex BC 41 54

RGB Percentages of Color #bc4154

%55.79
%19.29
%24.93

CMYK Percentages of Color #bc4154

%0
%65
%55
%26

Triadic Colors of #bc4154

#bc4154 #54bc41 #4154bc

Analogous Colors of #bc4154

#bc4154 #bc6c41 #bc4192

Monochromatic Colors of #bc4154

#bc4154

Complementary Color

#bc4154 #41bca9

#bc4154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4154 Color CSS Codes

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

#bc4154 Text Font Color

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

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


#bc4154 Background Color

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

This div background color is #bc4154


#bc4154 Border Color

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

This div border color is #bc4154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4154


Comments

No comments written yet.

Please login to write comment.