Color Hex Logo

#bc588a Color Hex

#BC588A
(188,88,138)
0 Favorites   0 Comments

Color spaces of #bc588a

RGB 18888138
HSL0.920.430.54
HSV330°53°74°
CMYK 0.000.530.27   0.26
XYZ28.816219.505826.2910
Yxy19.50580.38620.2614
Hunter Lab44.165439.1750-4.3787
CIE-Lab51.273845.9212-8.5517

#bc588a color RGB value is (188,88,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011000 10001010
Octal 274 130 212
Decimal 188 88 138
Hex BC 58 8A

RGB Percentages of Color #bc588a

%45.41
%21.26
%33.33

CMYK Percentages of Color #bc588a

%0
%53
%27
%26

Triadic Colors of #bc588a

#bc588a #8abc58 #588abc

Analogous Colors of #bc588a

#bc588a #bc5858 #bc58bc

Monochromatic Colors of #bc588a

#bc588a

Complementary Color

#bc588a #58bc8a

#bc588a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc588a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc588a Color CSS Codes

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

#bc588a Text Font Color

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

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


#bc588a Background Color

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

This div background color is #bc588a


#bc588a Border Color

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

This div border color is #bc588a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc588a


Comments

No comments written yet.

Please login to write comment.