Color Hex Logo

#bc2569 Color Hex

#BC2569
(188,37,105)
0 Favorites   0 Comments

Color spaces of #bc2569

RGB 18837105
HSL0.920.670.44
HSV333°80°74°
CMYK 0.000.800.44   0.26
XYZ23.950413.034414.6182
Yxy13.03440.46410.2526
Hunter Lab36.103255.23411.2657
CIE-Lab42.815062.2986-1.0045

#bc2569 color RGB value is (188,37,105).

#bc2569 hex color red value is 188, green value is 37 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bc2569 hue: 0.92 , saturation: 0.67 and the lightness value of bc2569 is 0.44.

The process color (four color CMYK) of #bc2569 color hex is 0.00, 0.80, 0.44, 0.26. Web safe color of #bc2569 is #cc3366. Color #bc2569 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100101 01101001
Octal 274 45 151
Decimal 188 37 105
Hex BC 25 69

RGB Percentages of Color #bc2569

%56.97
%11.21
%31.82

CMYK Percentages of Color #bc2569

%0
%80
%44
%26

Triadic Colors of #bc2569

#bc2569 #69bc25 #2569bc

Analogous Colors of #bc2569

#bc2569 #bc2d25 #bc25b5

Monochromatic Colors of #bc2569

#bc2569

Complementary Color

#bc2569 #25bc78

#bc2569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2569 Color CSS Codes

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

#bc2569 Text Font Color

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

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


#bc2569 Background Color

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

This div background color is #bc2569


#bc2569 Border Color

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

This div border color is #bc2569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2569


Comments

No comments written yet.

Please login to write comment.