Color Hex Logo

#bc247b Color Hex

#BC247B
(188,36,123)
0 Favorites   0 Comments

Color spaces of #bc247b

RGB 18836123
HSL0.900.680.44
HSV326°81°74°
CMYK 0.000.810.35   0.26
XYZ24.945113.383220.0074
Yxy13.38320.42760.2294
Hunter Lab36.583157.6945-6.8178
CIE-Lab43.335064.3700-11.4016

#bc247b color RGB value is (188,36,123).

#bc247b hex color red value is 188, green value is 36 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bc247b hue: 0.90 , saturation: 0.68 and the lightness value of bc247b is 0.44.

The process color (four color CMYK) of #bc247b color hex is 0.00, 0.81, 0.35, 0.26. Web safe color of #bc247b is #cc3366. Color #bc247b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100100 01111011
Octal 274 44 173
Decimal 188 36 123
Hex BC 24 7B

RGB Percentages of Color #bc247b

%54.18
%10.37
%35.45

CMYK Percentages of Color #bc247b

%0
%81
%35
%26

Triadic Colors of #bc247b

#bc247b #7bbc24 #247bbc

Analogous Colors of #bc247b

#bc247b #bc242f #b124bc

Monochromatic Colors of #bc247b

#bc247b

Complementary Color

#bc247b #24bc65

#bc247b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc247b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc247b Color CSS Codes

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

#bc247b Text Font Color

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

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


#bc247b Background Color

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

This div background color is #bc247b


#bc247b Border Color

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

This div border color is #bc247b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc247b


Comments

No comments written yet.

Please login to write comment.