Color Hex Logo

#bc215d Color Hex

#BC215D
(188,33,93)
0 Favorites   0 Comments

Color spaces of #bc215d

RGB 1883393
HSL0.940.700.43
HSV337°82°74°
CMYK 0.000.820.51   0.26
XYZ23.258712.569411.5562
Yxy12.56940.49090.2653
Hunter Lab35.453355.05925.4915
CIE-Lab42.107162.27985.4924

#bc215d color RGB value is (188,33,93).

#bc215d hex color red value is 188, green value is 33 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bc215d hue: 0.94 , saturation: 0.70 and the lightness value of bc215d is 0.43.

The process color (four color CMYK) of #bc215d color hex is 0.00, 0.82, 0.51, 0.26. Web safe color of #bc215d is #cc3366. Color #bc215d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100001 01011101
Octal 274 41 135
Decimal 188 33 93
Hex BC 21 5D

RGB Percentages of Color #bc215d

%59.87
%10.51
%29.62

CMYK Percentages of Color #bc215d

%0
%82
%51
%26

Triadic Colors of #bc215d

#bc215d #5dbc21 #215dbc

Analogous Colors of #bc215d

#bc215d #bc3221 #bc21ab

Monochromatic Colors of #bc215d

#bc215d

Complementary Color

#bc215d #21bc80

#bc215d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc215d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc215d Color CSS Codes

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

#bc215d Text Font Color

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

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


#bc215d Background Color

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

This div background color is #bc215d


#bc215d Border Color

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

This div border color is #bc215d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc215d


Comments

No comments written yet.

Please login to write comment.