Color Hex Logo

#bc385a Color Hex

#BC385A
(188,56,90)
0 Favorites   0 Comments

Color spaces of #bc385a

RGB 1885690
HSL0.960.540.48
HSV345°70°74°
CMYK 0.000.700.52   0.26
XYZ23.998714.257911.1600
Yxy14.25790.48560.2885
Hunter Lab37.759647.36908.9084
CIE-Lab44.600554.814610.8861

#bc385a color RGB value is (188,56,90).

#bc385a hex color red value is 188, green value is 56 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bc385a hue: 0.96 , saturation: 0.54 and the lightness value of bc385a is 0.48.

The process color (four color CMYK) of #bc385a color hex is 0.00, 0.70, 0.52, 0.26. Web safe color of #bc385a is #cc3366. Color #bc385a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111000 01011010
Octal 274 70 132
Decimal 188 56 90
Hex BC 38 5A

RGB Percentages of Color #bc385a

%56.29
%16.77
%26.95

CMYK Percentages of Color #bc385a

%0
%70
%52
%26

Triadic Colors of #bc385a

#bc385a #5abc38 #385abc

Analogous Colors of #bc385a

#bc385a #bc5838 #bc389c

Monochromatic Colors of #bc385a

#bc385a

Complementary Color

#bc385a #38bc9a

#bc385a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc385a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc385a Color CSS Codes

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

#bc385a Text Font Color

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

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


#bc385a Background Color

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

This div background color is #bc385a


#bc385a Border Color

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

This div border color is #bc385a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc385a


Comments

No comments written yet.

Please login to write comment.