Color Hex Logo

#bc367a Color Hex

#BC367A
(188,54,122)
0 Favorites   0 Comments

Color spaces of #bc367a

RGB 18854122
HSL0.920.550.47
HSV330°71°74°
CMYK 0.000.710.35   0.26
XYZ25.571114.734819.9087
Yxy14.73480.42470.2447
Hunter Lab38.385951.7338-3.8803
CIE-Lab45.268858.6906-7.8803

#bc367a color RGB value is (188,54,122).

#bc367a hex color red value is 188, green value is 54 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bc367a hue: 0.92 , saturation: 0.55 and the lightness value of bc367a is 0.47.

The process color (four color CMYK) of #bc367a color hex is 0.00, 0.71, 0.35, 0.26. Web safe color of #bc367a is #cc3366. Color #bc367a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110110 01111010
Octal 274 66 172
Decimal 188 54 122
Hex BC 36 7A

RGB Percentages of Color #bc367a

%51.65
%14.84
%33.52

CMYK Percentages of Color #bc367a

%0
%71
%35
%26

Triadic Colors of #bc367a

#bc367a #7abc36 #367abc

Analogous Colors of #bc367a

#bc367a #bc3637 #bb36bc

Monochromatic Colors of #bc367a

#bc367a

Complementary Color

#bc367a #36bc78

#bc367a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc367a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc367a Color CSS Codes

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

#bc367a Text Font Color

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

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


#bc367a Background Color

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

This div background color is #bc367a


#bc367a Border Color

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

This div border color is #bc367a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc367a


Comments

No comments written yet.

Please login to write comment.