Color Hex Logo

#bc235a Color Hex

#BC235A
(188,35,90)
0 Favorites   0 Comments

Color spaces of #bc235a

RGB 1883590
HSL0.940.690.44
HSV338°81°74°
CMYK 0.000.810.52   0.26
XYZ23.185512.631610.8890
Yxy12.63160.49640.2704
Hunter Lab35.541054.24966.7135
CIE-Lab42.202861.53897.5159

#bc235a color RGB value is (188,35,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100011 01011010
Octal 274 43 132
Decimal 188 35 90
Hex BC 23 5A

RGB Percentages of Color #bc235a

%60.06
%11.18
%28.75

CMYK Percentages of Color #bc235a

%0
%81
%52
%26

Triadic Colors of #bc235a

#bc235a #5abc23 #235abc

Analogous Colors of #bc235a

#bc235a #bc3823 #bc23a7

Monochromatic Colors of #bc235a

#bc235a

Complementary Color

#bc235a #23bc85

#bc235a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc235a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc235a Color CSS Codes

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

#bc235a Text Font Color

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

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


#bc235a Background Color

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

This div background color is #bc235a


#bc235a Border Color

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

This div border color is #bc235a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc235a


Comments

No comments written yet.

Please login to write comment.