Color Hex Logo

#bc338e Color Hex

#BC338E
(188,51,142)
0 Favorites   0 Comments

Color spaces of #bc338e

RGB 18851142
HSL0.890.570.47
HSV320°73°74°
CMYK 0.000.730.24   0.26
XYZ26.805315.012027.0760
Yxy15.01200.38910.2179
Hunter Lab38.745355.6879-14.3113
CIE-Lab45.650662.1565-19.4742

#bc338e color RGB value is (188,51,142).

#bc338e hex color red value is 188, green value is 51 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bc338e hue: 0.89 , saturation: 0.57 and the lightness value of bc338e is 0.47.

The process color (four color CMYK) of #bc338e color hex is 0.00, 0.73, 0.24, 0.26. Web safe color of #bc338e is #cc3399. Color #bc338e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110011 10001110
Octal 274 63 216
Decimal 188 51 142
Hex BC 33 8E

RGB Percentages of Color #bc338e

%49.34
%13.39
%37.27

CMYK Percentages of Color #bc338e

%0
%73
%24
%26

Triadic Colors of #bc338e

#bc338e #8ebc33 #338ebc

Analogous Colors of #bc338e

#bc338e #bc3349 #a633bc

Monochromatic Colors of #bc338e

#bc338e

Complementary Color

#bc338e #33bc61

#bc338e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc338e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc338e Color CSS Codes

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

#bc338e Text Font Color

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

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


#bc338e Background Color

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

This div background color is #bc338e


#bc338e Border Color

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

This div border color is #bc338e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc338e


Comments

No comments written yet.

Please login to write comment.