Color Hex Logo

#bd507d Color Hex

#BD507D
(189,80,125)
0 Favorites   0 Comments

Color spaces of #bd507d

RGB 18980125
HSL0.930.450.53
HSV335°58°74°
CMYK 0.000.580.34   0.26
XYZ27.556618.036821.4311
Yxy18.03680.41110.2691
Hunter Lab42.469841.4981-0.1901
CIE-Lab49.540748.4241-3.3376

#bd507d color RGB value is (189,80,125).

#bd507d hex color red value is 189, green value is 80 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bd507d hue: 0.93 , saturation: 0.45 and the lightness value of bd507d is 0.53.

The process color (four color CMYK) of #bd507d color hex is 0.00, 0.58, 0.34, 0.26. Web safe color of #bd507d is #cc6666. Color #bd507d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010000 01111101
Octal 275 120 175
Decimal 189 80 125
Hex BD 50 7D

RGB Percentages of Color #bd507d

%47.97
%20.30
%31.73

CMYK Percentages of Color #bd507d

%0
%58
%34
%26

Triadic Colors of #bd507d

#bd507d #7dbd50 #507dbd

Analogous Colors of #bd507d

#bd507d #bd5a50 #bd50b4

Monochromatic Colors of #bd507d

#bd507d

Complementary Color

#bd507d #50bd90

#bd507d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd507d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd507d Color CSS Codes

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

#bd507d Text Font Color

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

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


#bd507d Background Color

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

This div background color is #bd507d


#bd507d Border Color

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

This div border color is #bd507d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,80,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd507d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd507d;
  -webkit-box-shadow: 1px 1px 3px 2px #bd507d;
  box-shadow:         1px 1px 3px 2px #bd507d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,80,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd507d


Comments

No comments written yet.

Please login to write comment.