Color Hex Logo

#bc0390 Color Hex

#BC0390
(188,3,144)
0 Favorites   0 Comments

Color spaces of #bc0390

RGB 1883144
HSL0.870.970.37
HSV314°98°74°
CMYK 0.000.980.23   0.26
XYZ25.805612.770127.4903
Yxy12.77010.39060.1933
Hunter Lab35.735366.3639-20.5957
CIE-Lab42.414871.9761-25.6915

#bc0390 color RGB value is (188,3,144).

#bc0390 hex color red value is 188, green value is 3 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bc0390 hue: 0.87 , saturation: 0.97 and the lightness value of bc0390 is 0.37.

The process color (four color CMYK) of #bc0390 color hex is 0.00, 0.98, 0.23, 0.26. Web safe color of #bc0390 is #cc0099. Color #bc0390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000011 10010000
Octal 274 3 220
Decimal 188 3 144
Hex BC 3 90

RGB Percentages of Color #bc0390

%56.12
%0.90
%42.99

CMYK Percentages of Color #bc0390

%0
%98
%23
%26

Triadic Colors of #bc0390

#bc0390 #90bc03 #0390bc

Analogous Colors of #bc0390

#bc0390 #bc0333 #8c03bc

Monochromatic Colors of #bc0390

#bc0390

Complementary Color

#bc0390 #03bc2f

#bc0390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0390 Color CSS Codes

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

#bc0390 Text Font Color

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

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


#bc0390 Background Color

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

This div background color is #bc0390


#bc0390 Border Color

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

This div border color is #bc0390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0390


Comments

No comments written yet.

Please login to write comment.