Color Hex Logo

#bc265a Color Hex

#BC265A
(188,38,90)
0 Favorites   0 Comments

Color spaces of #bc265a

RGB 1883890
HSL0.940.660.44
HSV339°80°74°
CMYK 0.000.800.52   0.26
XYZ23.277612.815810.9197
Yxy12.81580.49510.2726
Hunter Lab35.799253.41716.9744
CIE-Lab42.484460.73857.9142

#bc265a color RGB value is (188,38,90).

#bc265a hex color red value is 188, green value is 38 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bc265a hue: 0.94 , saturation: 0.66 and the lightness value of bc265a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100110 01011010
Octal 274 46 132
Decimal 188 38 90
Hex BC 26 5A

RGB Percentages of Color #bc265a

%59.49
%12.03
%28.48

CMYK Percentages of Color #bc265a

%0
%80
%52
%26

Triadic Colors of #bc265a

#bc265a #5abc26 #265abc

Analogous Colors of #bc265a

#bc265a #bc3d26 #bc26a5

Monochromatic Colors of #bc265a

#bc265a

Complementary Color

#bc265a #26bc88

#bc265a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc265a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc265a Color CSS Codes

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

#bc265a Text Font Color

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

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


#bc265a Background Color

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

This div background color is #bc265a


#bc265a Border Color

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

This div border color is #bc265a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc265a


Comments

No comments written yet.

Please login to write comment.