Color Hex Logo

#bc41ba Color Hex

#BC41BA
(188,65,186)
0 Favorites   0 Comments

Color spaces of #bc41ba

RGB 18865186
HSL0.840.490.50
HSV301°65°74°
CMYK 0.000.650.01   0.26
XYZ31.492318.017148.2722
Yxy18.01710.32210.1843
Hunter Lab42.446658.1527-37.7148
CIE-Lab49.516863.5859-39.5420

#bc41ba color RGB value is (188,65,186).

#bc41ba hex color red value is 188, green value is 65 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bc41ba hue: 0.84 , saturation: 0.49 and the lightness value of bc41ba is 0.50.

The process color (four color CMYK) of #bc41ba color hex is 0.00, 0.65, 0.01, 0.26. Web safe color of #bc41ba is #cc33cc. Color #bc41ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000001 10111010
Octal 274 101 272
Decimal 188 65 186
Hex BC 41 BA

RGB Percentages of Color #bc41ba

%42.82
%14.81
%42.37

CMYK Percentages of Color #bc41ba

%0
%65
%1
%26

Triadic Colors of #bc41ba

#bc41ba #babc41 #41babc

Analogous Colors of #bc41ba

#bc41ba #bc417d #8141bc

Monochromatic Colors of #bc41ba

#bc41ba

Complementary Color

#bc41ba #41bc43

#bc41ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc41ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc41ba Color CSS Codes

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

#bc41ba Text Font Color

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

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


#bc41ba Background Color

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

This div background color is #bc41ba


#bc41ba Border Color

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

This div border color is #bc41ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc41ba


Comments

No comments written yet.

Please login to write comment.