Color Hex Logo

#bc235b Color Hex

#BC235B
(188,35,91)
0 Favorites   0 Comments

Color spaces of #bc235b

RGB 1883591
HSL0.940.690.44
HSV338°81°74°
CMYK 0.000.810.52   0.26
XYZ23.228412.648811.1147
Yxy12.64880.49430.2692
Hunter Lab35.565254.34336.3665
CIE-Lab42.229261.61776.9245

#bc235b color RGB value is (188,35,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100011 01011011
Octal 274 43 133
Decimal 188 35 91
Hex BC 23 5B

RGB Percentages of Color #bc235b

%59.87
%11.15
%28.98

CMYK Percentages of Color #bc235b

%0
%81
%52
%26

Triadic Colors of #bc235b

#bc235b #5bbc23 #235bbc

Analogous Colors of #bc235b

#bc235b #bc3723 #bc23a8

Monochromatic Colors of #bc235b

#bc235b

Complementary Color

#bc235b #23bc84

#bc235b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc235b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc235b Color CSS Codes

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

#bc235b Text Font Color

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

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


#bc235b Background Color

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

This div background color is #bc235b


#bc235b Border Color

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

This div border color is #bc235b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc235b


Comments

No comments written yet.

Please login to write comment.