color codes Logo

#bc569b color codes

#BC569B
(188,86,155)
0 Favorites   0 Comments

Color spaces of #bc569b

RGB 18886155
HSL0.890.430.54
HSV319°54°74°
CMYK 0.000.540.18   0.26
XYZ29.983219.713533.2351
Yxy19.71350.36150.2377
Hunter Lab44.399942.8411-13.3010
CIE-Lab51.511749.3701-18.2616

#bc569b color RGB value is (188,86,155).

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

The process color (four color CMYK) of #bc569b color code is 0.00, 0.54, 0.18, 0.26. Web safe color of #bc569b is #cc6699. Color #bc569b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010110 10011011
Octal 274 126 233
Decimal 188 86 155
Hex BC 56 9B

RGB Percentages of Color #bc569b

%43.82
%20.05
%36.13

CMYK Percentages of Color #bc569b

%0
%54
%18
%26

Triadic Colors of #bc569b

#bc569b #9bbc56 #569bbc

Analogous Colors of #bc569b

#bc569b #bc5668 #aa56bc

Monochromatic Colors of #bc569b

#bc569b

Complementary Color

#bc569b #56bc77

#bc569b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc569b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc569b Color CSS Codes

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

#bc569b Text Font Color

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

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


#bc569b Background Color

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

This div background color is #bc569b


#bc569b Border Color

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

This div border color is #bc569b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,86,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 #bc569b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc569b


Comments

No comments written yet.

Please login to write comment.