Color Hex Logo

#bd538f Color Hex

#BD538F
(189,83,143)
0 Favorites   0 Comments

Color spaces of #bd538f

RGB 18983143
HSL0.910.450.53
HSV326°56°74°
CMYK 0.000.560.24   0.26
XYZ29.037418.988528.1213
Yxy18.98850.38130.2494
Hunter Lab43.575842.6886-7.7593
CIE-Lab50.673749.3648-12.4117

#bd538f color RGB value is (189,83,143).

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

The process color (four color CMYK) of #bd538f color hex is 0.00, 0.56, 0.24, 0.26. Web safe color of #bd538f is #cc6699. Color #bd538f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 10001111
Octal 275 123 217
Decimal 189 83 143
Hex BD 53 8F

RGB Percentages of Color #bd538f

%45.54
%20.00
%34.46

CMYK Percentages of Color #bd538f

%0
%56
%24
%26

Triadic Colors of #bd538f

#bd538f #8fbd53 #538fbd

Analogous Colors of #bd538f

#bd538f #bd535a #b653bd

Monochromatic Colors of #bd538f

#bd538f

Complementary Color

#bd538f #53bd81

#bd538f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd538f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd538f Color CSS Codes

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

#bd538f Text Font Color

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

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


#bd538f Background Color

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

This div background color is #bd538f


#bd538f Border Color

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

This div border color is #bd538f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd538f


Comments

No comments written yet.

Please login to write comment.