Color Hex Logo

#bc5892 Color Hex

#BC5892
(188,88,146)
0 Favorites   0 Comments

Color spaces of #bc5892

RGB 18888146
HSL0.900.430.54
HSV325°53°74°
CMYK 0.000.530.22   0.26
XYZ29.417119.746129.4551
Yxy19.74610.37420.2512
Hunter Lab44.436640.4033-8.1952
CIE-Lab51.548947.0540-12.8855

#bc5892 color RGB value is (188,88,146).

#bc5892 hex color red value is 188, green value is 88 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bc5892 hue: 0.90 , saturation: 0.43 and the lightness value of bc5892 is 0.54.

The process color (four color CMYK) of #bc5892 color hex is 0.00, 0.53, 0.22, 0.26. Web safe color of #bc5892 is #cc6699. Color #bc5892 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011000 10010010
Octal 274 130 222
Decimal 188 88 146
Hex BC 58 92

RGB Percentages of Color #bc5892

%44.55
%20.85
%34.60

CMYK Percentages of Color #bc5892

%0
%53
%22
%26

Triadic Colors of #bc5892

#bc5892 #92bc58 #5892bc

Analogous Colors of #bc5892

#bc5892 #bc5860 #b458bc

Monochromatic Colors of #bc5892

#bc5892

Complementary Color

#bc5892 #58bc82

#bc5892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5892 Color CSS Codes

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

#bc5892 Text Font Color

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

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


#bc5892 Background Color

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

This div background color is #bc5892


#bc5892 Border Color

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

This div border color is #bc5892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5892


Comments

No comments written yet.

Please login to write comment.