Color Hex Logo

#bc239b Color Hex

#BC239B
(188,35,155)
0 Favorites   0 Comments

Color spaces of #bc239b

RGB 18835155
HSL0.870.690.44
HSV313°81°74°
CMYK 0.000.810.18   0.26
XYZ27.256514.260032.3262
Yxy14.26000.36910.1931
Hunter Lab37.762462.7551-24.3210
CIE-Lab44.603568.4994-28.9334

#bc239b color RGB value is (188,35,155).

#bc239b hex color red value is 188, green value is 35 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bc239b hue: 0.87 , saturation: 0.69 and the lightness value of bc239b is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100011 10011011
Octal 274 43 233
Decimal 188 35 155
Hex BC 23 9B

RGB Percentages of Color #bc239b

%49.74
%9.26
%41.01

CMYK Percentages of Color #bc239b

%0
%81
%18
%26

Triadic Colors of #bc239b

#bc239b #9bbc23 #239bbc

Analogous Colors of #bc239b

#bc239b #bc234e #9123bc

Monochromatic Colors of #bc239b

#bc239b

Complementary Color

#bc239b #23bc44

#bc239b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc239b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc239b Color CSS Codes

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

#bc239b Text Font Color

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

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


#bc239b Background Color

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

This div background color is #bc239b


#bc239b Border Color

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

This div border color is #bc239b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc239b


Comments

No comments written yet.

Please login to write comment.