Color Hex Logo

#bc4361 Color Hex

#BC4361
(188,67,97)
0 Favorites   0 Comments

Color spaces of #bc4361

RGB 1886797
HSL0.960.470.50
HSV345°64°74°
CMYK 0.000.640.48   0.26
XYZ24.903915.568713.0018
Yxy15.56870.46570.2911
Hunter Lab39.457243.61248.0830
CIE-Lab46.403550.96779.1054

#bc4361 color RGB value is (188,67,97).

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

The process color (four color CMYK) of #bc4361 color hex is 0.00, 0.64, 0.48, 0.26. Web safe color of #bc4361 is #cc3366. Color #bc4361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000011 01100001
Octal 274 103 141
Decimal 188 67 97
Hex BC 43 61

RGB Percentages of Color #bc4361

%53.41
%19.03
%27.56

CMYK Percentages of Color #bc4361

%0
%64
%48
%26

Triadic Colors of #bc4361

#bc4361 #61bc43 #4361bc

Analogous Colors of #bc4361

#bc4361 #bc6243 #bc439e

Monochromatic Colors of #bc4361

#bc4361

Complementary Color

#bc4361 #43bc9e

#bc4361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4361 Color CSS Codes

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

#bc4361 Text Font Color

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

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


#bc4361 Background Color

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

This div background color is #bc4361


#bc4361 Border Color

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

This div border color is #bc4361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4361


Comments

No comments written yet.

Please login to write comment.