Color Hex Logo

#bc195a Color Hex

#BC195A
(188,25,90)
0 Favorites   0 Comments

Color spaces of #bc195a

RGB 1882590
HSL0.930.770.42
HSV336°87°74°
CMYK 0.000.870.52   0.26
XYZ22.932112.124810.8045
Yxy12.12480.50000.2644
Hunter Lab34.820756.61985.9774
CIE-Lab41.413863.79776.3963

#bc195a color RGB value is (188,25,90).

#bc195a hex color red value is 188, green value is 25 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bc195a hue: 0.93 , saturation: 0.77 and the lightness value of bc195a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011001 01011010
Octal 274 31 132
Decimal 188 25 90
Hex BC 19 5A

RGB Percentages of Color #bc195a

%62.05
%8.25
%29.70

CMYK Percentages of Color #bc195a

%0
%87
%52
%26

Triadic Colors of #bc195a

#bc195a #5abc19 #195abc

Analogous Colors of #bc195a

#bc195a #bc2919 #bc19ac

Monochromatic Colors of #bc195a

#bc195a

Complementary Color

#bc195a #19bc7b

#bc195a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc195a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc195a Color CSS Codes

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

#bc195a Text Font Color

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

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


#bc195a Background Color

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

This div background color is #bc195a


#bc195a Border Color

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

This div border color is #bc195a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc195a


Comments

No comments written yet.

Please login to write comment.