Color Hex Logo

#bc235e Color Hex

#BC235E
(188,35,94)
0 Favorites   0 Comments

Color spaces of #bc235e

RGB 1883594
HSL0.940.690.44
HSV337°81°74°
CMYK 0.000.810.50   0.26
XYZ23.360412.701611.8101
Yxy12.70160.48800.2653
Hunter Lab35.639354.63215.3001
CIE-Lab42.310161.85995.1539

#bc235e color RGB value is (188,35,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100011 01011110
Octal 274 43 136
Decimal 188 35 94
Hex BC 23 5E

RGB Percentages of Color #bc235e

%59.31
%11.04
%29.65

CMYK Percentages of Color #bc235e

%0
%81
%50
%26

Triadic Colors of #bc235e

#bc235e #5ebc23 #235ebc

Analogous Colors of #bc235e

#bc235e #bc3523 #bc23ab

Monochromatic Colors of #bc235e

#bc235e

Complementary Color

#bc235e #23bc81

#bc235e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc235e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc235e Color CSS Codes

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

#bc235e Text Font Color

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

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


#bc235e Background Color

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

This div background color is #bc235e


#bc235e Border Color

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

This div border color is #bc235e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc235e


Comments

No comments written yet.

Please login to write comment.