Color Hex Logo

#bc5f67 Color Hex

#BC5F67
(188,95,103)
0 Favorites   0 Comments

Color spaces of #bc5f67

RGB 18895103
HSL0.990.410.55
HSV355°49°74°
CMYK 0.000.490.45   0.26
XYZ27.279419.855115.2266
Yxy19.85510.43740.3184
Hunter Lab44.559131.300710.9309
CIE-Lab51.673038.119912.8663

#bc5f67 color RGB value is (188,95,103).

#bc5f67 hex color red value is 188, green value is 95 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #bc5f67 hue: 0.99 , saturation: 0.41 and the lightness value of bc5f67 is 0.55.

The process color (four color CMYK) of #bc5f67 color hex is 0.00, 0.49, 0.45, 0.26. Web safe color of #bc5f67 is #cc6666. Color #bc5f67 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011111 01100111
Octal 274 137 147
Decimal 188 95 103
Hex BC 5F 67

RGB Percentages of Color #bc5f67

%48.70
%24.61
%26.68

CMYK Percentages of Color #bc5f67

%0
%49
%45
%26

Triadic Colors of #bc5f67

#bc5f67 #67bc5f #5f67bc

Analogous Colors of #bc5f67

#bc5f67 #bc865f #bc5f96

Monochromatic Colors of #bc5f67

#bc5f67

Complementary Color

#bc5f67 #5fbcb4

#bc5f67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5f67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5f67 Color CSS Codes

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

#bc5f67 Text Font Color

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

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


#bc5f67 Background Color

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

This div background color is #bc5f67


#bc5f67 Border Color

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

This div border color is #bc5f67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5f67


Comments

No comments written yet.

Please login to write comment.