Color Hex Logo

#bc138d Color Hex

#BC138D
(188,19,141)
0 Favorites   0 Comments

Color spaces of #bc138d

RGB 18819141
HSL0.880.820.41
HSV317°90°74°
CMYK 0.000.900.25   0.26
XYZ25.779613.080226.3653
Yxy13.08020.39520.2005
Hunter Lab36.166663.9437-17.9056
CIE-Lab42.883869.8456-23.1343

#bc138d color RGB value is (188,19,141).

#bc138d hex color red value is 188, green value is 19 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bc138d hue: 0.88 , saturation: 0.82 and the lightness value of bc138d is 0.41.

The process color (four color CMYK) of #bc138d color hex is 0.00, 0.90, 0.25, 0.26. Web safe color of #bc138d is #cc0099. Color #bc138d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010011 10001101
Octal 274 23 215
Decimal 188 19 141
Hex BC 13 8D

RGB Percentages of Color #bc138d

%54.02
%5.46
%40.52

CMYK Percentages of Color #bc138d

%0
%90
%25
%26

Triadic Colors of #bc138d

#bc138d #8dbc13 #138dbc

Analogous Colors of #bc138d

#bc138d #bc1338 #9713bc

Monochromatic Colors of #bc138d

#bc138d

Complementary Color

#bc138d #13bc42

#bc138d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc138d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc138d Color CSS Codes

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

#bc138d Text Font Color

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

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


#bc138d Background Color

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

This div background color is #bc138d


#bc138d Border Color

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

This div border color is #bc138d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc138d


Comments

No comments written yet.

Please login to write comment.