Color Hex Logo

#bc4765 Color Hex

#BC4765
(188,71,101)
0 Favorites   0 Comments

Color spaces of #bc4765

RGB 18871101
HSL0.960.470.51
HSV345°62°74°
CMYK 0.000.620.46   0.26
XYZ25.341216.137414.0911
Yxy16.13740.45600.2904
Hunter Lab40.171442.30277.3225
CIE-Lab47.154249.59357.7229

#bc4765 color RGB value is (188,71,101).

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

The process color (four color CMYK) of #bc4765 color hex is 0.00, 0.62, 0.46, 0.26. Web safe color of #bc4765 is #cc3366. Color #bc4765 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000111 01100101
Octal 274 107 145
Decimal 188 71 101
Hex BC 47 65

RGB Percentages of Color #bc4765

%52.22
%19.72
%28.06

CMYK Percentages of Color #bc4765

%0
%62
%46
%26

Triadic Colors of #bc4765

#bc4765 #65bc47 #4765bc

Analogous Colors of #bc4765

#bc4765 #bc6447 #bc47a0

Monochromatic Colors of #bc4765

#bc4765

Complementary Color

#bc4765 #47bc9e

#bc4765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4765 Color CSS Codes

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

#bc4765 Text Font Color

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

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


#bc4765 Background Color

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

This div background color is #bc4765


#bc4765 Border Color

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

This div border color is #bc4765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4765


Comments

No comments written yet.

Please login to write comment.