Color Hex Logo

#bd439d Color Hex

#BD439D
(189,67,157)
0 Favorites   0 Comments

Color spaces of #bd439d

RGB 18967157
HSL0.880.480.50
HSV316°65°74°
CMYK 0.000.650.17   0.26
XYZ29.079217.267433.6986
Yxy17.26740.36330.2157
Hunter Lab41.554152.1933-18.9939
CIE-Lab48.595258.4856-23.9132

#bd439d color RGB value is (189,67,157).

#bd439d hex color red value is 189, green value is 67 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bd439d hue: 0.88 , saturation: 0.48 and the lightness value of bd439d is 0.50.

The process color (four color CMYK) of #bd439d color hex is 0.00, 0.65, 0.17, 0.26. Web safe color of #bd439d is #cc3399. Color #bd439d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000011 10011101
Octal 275 103 235
Decimal 189 67 157
Hex BD 43 9D

RGB Percentages of Color #bd439d

%45.76
%16.22
%38.01

CMYK Percentages of Color #bd439d

%0
%65
%17
%26

Triadic Colors of #bd439d

#bd439d #9dbd43 #439dbd

Analogous Colors of #bd439d

#bd439d #bd4360 #a043bd

Monochromatic Colors of #bd439d

#bd439d

Complementary Color

#bd439d #43bd63

#bd439d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd439d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd439d Color CSS Codes

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

#bd439d Text Font Color

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

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


#bd439d Background Color

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

This div background color is #bd439d


#bd439d Border Color

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

This div border color is #bd439d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd439d


Comments

No comments written yet.

Please login to write comment.