Color Hex Logo

#bc587a Color Hex

#BC587A
(188,88,122)
0 Favorites   0 Comments

Color spaces of #bc587a

RGB 18888122
HSL0.940.430.54
HSV340°53°74°
CMYK 0.000.530.35   0.26
XYZ27.741619.076020.6322
Yxy19.07600.41130.2828
Hunter Lab43.676136.94412.5652
CIE-Lab50.776043.83850.2561

#bc587a color RGB value is (188,88,122).

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

The process color (four color CMYK) of #bc587a color hex is 0.00, 0.53, 0.35, 0.26. Web safe color of #bc587a is #cc6666. Color #bc587a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011000 01111010
Octal 274 130 172
Decimal 188 88 122
Hex BC 58 7A

RGB Percentages of Color #bc587a

%47.24
%22.11
%30.65

CMYK Percentages of Color #bc587a

%0
%53
%35
%26

Triadic Colors of #bc587a

#bc587a #7abc58 #587abc

Analogous Colors of #bc587a

#bc587a #bc6858 #bc58ac

Monochromatic Colors of #bc587a

#bc587a

Complementary Color

#bc587a #58bc9a

#bc587a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc587a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc587a Color CSS Codes

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

#bc587a Text Font Color

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

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


#bc587a Background Color

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

This div background color is #bc587a


#bc587a Border Color

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

This div border color is #bc587a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc587a


Comments

No comments written yet.

Please login to write comment.