Color Hex Logo

#bc609b Color Hex

#BC609B
(188,96,155)
0 Favorites   0 Comments

Color spaces of #bc609b

RGB 18896155
HSL0.890.410.56
HSV322°49°74°
CMYK 0.000.490.18   0.26
XYZ30.838321.423733.5202
Yxy21.42370.35950.2497
Hunter Lab46.285737.9272-10.5379
CIE-Lab53.410144.3927-15.3725

#bc609b color RGB value is (188,96,155).

#bc609b hex color red value is 188, green value is 96 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bc609b hue: 0.89 , saturation: 0.41 and the lightness value of bc609b is 0.56.

The process color (four color CMYK) of #bc609b color hex is 0.00, 0.49, 0.18, 0.26. Web safe color of #bc609b is #cc6699. Color #bc609b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100000 10011011
Octal 274 140 233
Decimal 188 96 155
Hex BC 60 9B

RGB Percentages of Color #bc609b

%42.82
%21.87
%35.31

CMYK Percentages of Color #bc609b

%0
%49
%18
%26

Triadic Colors of #bc609b

#bc609b #9bbc60 #609bbc

Analogous Colors of #bc609b

#bc609b #bc606d #af60bc

Monochromatic Colors of #bc609b

#bc609b

Complementary Color

#bc609b #60bc81

#bc609b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc609b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc609b Color CSS Codes

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

#bc609b Text Font Color

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

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


#bc609b Background Color

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

This div background color is #bc609b


#bc609b Border Color

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

This div border color is #bc609b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc609b


Comments

No comments written yet.

Please login to write comment.