Color Hex Logo

#bc819e Color Hex

#BC819E
(188,129,158)
0 Favorites   0 Comments

Color spaces of #bc819e

RGB 188129158
HSL0.920.310.62
HSV331°31°74°
CMYK 0.000.310.16   0.26
XYZ34.760828.860536.0863
Yxy28.86050.34860.2895
Hunter Lab53.722021.4850-2.2211
CIE-Lab60.658327.1402-6.2373

#bc819e color RGB value is (188,129,158).

#bc819e hex color red value is 188, green value is 129 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bc819e hue: 0.92 , saturation: 0.31 and the lightness value of bc819e is 0.62.

The process color (four color CMYK) of #bc819e color hex is 0.00, 0.31, 0.16, 0.26. Web safe color of #bc819e is #cc9999. Color #bc819e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000001 10011110
Octal 274 201 236
Decimal 188 129 158
Hex BC 81 9E

RGB Percentages of Color #bc819e

%39.58
%27.16
%33.26

CMYK Percentages of Color #bc819e

%0
%31
%16
%26

Triadic Colors of #bc819e

#bc819e #9ebc81 #819ebc

Analogous Colors of #bc819e

#bc819e #bc8281 #bc81bc

Monochromatic Colors of #bc819e

#bc819e

Complementary Color

#bc819e #81bc9f

#bc819e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc819e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc819e Color CSS Codes

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

#bc819e Text Font Color

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

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


#bc819e Background Color

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

This div background color is #bc819e


#bc819e Border Color

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

This div border color is #bc819e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc819e


Comments

No comments written yet.

Please login to write comment.