Color Hex Logo

#bc309a Color Hex

#BC309A
(188,48,154)
0 Favorites   0 Comments

Color spaces of #bc309a

RGB 18848154
HSL0.870.590.46
HSV315°74°74°
CMYK 0.000.740.18   0.26
XYZ27.628715.138432.0377
Yxy15.13840.36930.2024
Hunter Lab38.908158.6640-21.5849
CIE-Lab45.823264.7363-26.4324

#bc309a color RGB value is (188,48,154).

#bc309a hex color red value is 188, green value is 48 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bc309a hue: 0.87 , saturation: 0.59 and the lightness value of bc309a is 0.46.

The process color (four color CMYK) of #bc309a color hex is 0.00, 0.74, 0.18, 0.26. Web safe color of #bc309a is #cc3399. Color #bc309a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110000 10011010
Octal 274 60 232
Decimal 188 48 154
Hex BC 30 9A

RGB Percentages of Color #bc309a

%48.21
%12.31
%39.49

CMYK Percentages of Color #bc309a

%0
%74
%18
%26

Triadic Colors of #bc309a

#bc309a #9abc30 #309abc

Analogous Colors of #bc309a

#bc309a #bc3054 #9830bc

Monochromatic Colors of #bc309a

#bc309a

Complementary Color

#bc309a #30bc52

#bc309a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc309a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc309a Color CSS Codes

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

#bc309a Text Font Color

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

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


#bc309a Background Color

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

This div background color is #bc309a


#bc309a Border Color

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

This div border color is #bc309a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc309a


Comments

No comments written yet.

Please login to write comment.