Color Hex Logo

#bc238b Color Hex

#BC238B
(188,35,139)
0 Favorites   0 Comments

Color spaces of #bc238b

RGB 18835139
HSL0.890.690.44
HSV319°81°74°
CMYK 0.000.810.26   0.26
XYZ26.000313.757525.7112
Yxy13.75750.39710.2101
Hunter Lab37.091160.2164-15.1355
CIE-Lab43.883166.4592-20.3719

#bc238b color RGB value is (188,35,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100011 10001011
Octal 274 43 213
Decimal 188 35 139
Hex BC 23 8B

RGB Percentages of Color #bc238b

%51.93
%9.67
%38.40

CMYK Percentages of Color #bc238b

%0
%81
%26
%26

Triadic Colors of #bc238b

#bc238b #8bbc23 #238bbc

Analogous Colors of #bc238b

#bc238b #bc233e #a123bc

Monochromatic Colors of #bc238b

#bc238b

Complementary Color

#bc238b #23bc54

#bc238b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc238b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc238b Color CSS Codes

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

#bc238b Text Font Color

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

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


#bc238b Background Color

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

This div background color is #bc238b


#bc238b Border Color

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

This div border color is #bc238b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc238b


Comments

No comments written yet.

Please login to write comment.