Color Hex Logo

#bc015a Color Hex

#BC015A
(188,1,90)
0 Favorites   0 Comments

Color spaces of #bc015a

RGB 188190
HSL0.920.990.37
HSV331°99°74°
CMYK 0.000.990.52   0.26
XYZ22.595411.451310.6923
Yxy11.45130.50500.2560
Hunter Lab33.839859.96794.9541
CIE-Lab40.330466.93644.8500

#bc015a color RGB value is (188,1,90).

#bc015a hex color red value is 188, green value is 1 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bc015a hue: 0.92 , saturation: 0.99 and the lightness value of bc015a is 0.37.

The process color (four color CMYK) of #bc015a color hex is 0.00, 0.99, 0.52, 0.26. Web safe color of #bc015a is #cc0066. Color #bc015a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000001 01011010
Octal 274 1 132
Decimal 188 1 90
Hex BC 1 5A

RGB Percentages of Color #bc015a

%67.38
%0.36
%32.26

CMYK Percentages of Color #bc015a

%0
%99
%52
%26

Triadic Colors of #bc015a

#bc015a #5abc01 #015abc

Analogous Colors of #bc015a

#bc015a #bc0501 #bc01b8

Monochromatic Colors of #bc015a

#bc015a

Complementary Color

#bc015a #01bc63

#bc015a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc015a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc015a Color CSS Codes

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

#bc015a Text Font Color

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

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


#bc015a Background Color

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

This div background color is #bc015a


#bc015a Border Color

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

This div border color is #bc015a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc015a


Comments

No comments written yet.

Please login to write comment.