Color Hex Logo

#bd5381 Color Hex

#BD5381
(189,83,129)
0 Favorites   0 Comments

Color spaces of #bd5381

RGB 18983129
HSL0.930.450.53
HSV334°56°74°
CMYK 0.000.560.32   0.26
XYZ28.042018.590322.8792
Yxy18.59030.40340.2674
Hunter Lab43.116540.6386-1.2799
CIE-Lab50.204447.4952-4.7568

#bd5381 color RGB value is (189,83,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 10000001
Octal 275 123 201
Decimal 189 83 129
Hex BD 53 81

RGB Percentages of Color #bd5381

%47.13
%20.70
%32.17

CMYK Percentages of Color #bd5381

%0
%56
%32
%26

Triadic Colors of #bd5381

#bd5381 #81bd53 #5381bd

Analogous Colors of #bd5381

#bd5381 #bd5a53 #bd53b6

Monochromatic Colors of #bd5381

#bd5381

Complementary Color

#bd5381 #53bd8f

#bd5381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5381 Color CSS Codes

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

#bd5381 Text Font Color

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

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


#bd5381 Background Color

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

This div background color is #bd5381


#bd5381 Border Color

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

This div border color is #bd5381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5381


Comments

No comments written yet.

Please login to write comment.