Color Hex Logo

#bc305f Color Hex

#BC305F
(188,48,95)
0 Favorites   0 Comments

Color spaces of #bc305f

RGB 1884895
HSL0.940.590.46
HSV340°74°74°
CMYK 0.000.740.49   0.26
XYZ23.861513.631512.2000
Yxy13.63150.48020.2743
Hunter Lab36.920950.75096.2530
CIE-Lab43.699858.09396.5115

#bc305f color RGB value is (188,48,95).

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

The process color (four color CMYK) of #bc305f color hex is 0.00, 0.74, 0.49, 0.26. Web safe color of #bc305f is #cc3366. Color #bc305f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110000 01011111
Octal 274 60 137
Decimal 188 48 95
Hex BC 30 5F

RGB Percentages of Color #bc305f

%56.80
%14.50
%28.70

CMYK Percentages of Color #bc305f

%0
%74
%49
%26

Triadic Colors of #bc305f

#bc305f #5fbc30 #305fbc

Analogous Colors of #bc305f

#bc305f #bc4730 #bc30a5

Monochromatic Colors of #bc305f

#bc305f

Complementary Color

#bc305f #30bc8d

#bc305f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc305f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc305f Color CSS Codes

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

#bc305f Text Font Color

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

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


#bc305f Background Color

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

This div background color is #bc305f


#bc305f Border Color

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

This div border color is #bc305f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc305f


Comments

No comments written yet.

Please login to write comment.