Color Hex Logo

#bd58ad Color Hex

#BD58AD
(189,88,173)
0 Favorites   0 Comments

Color spaces of #bd58ad

RGB 18988173
HSL0.860.430.54
HSV310°53°74°
CMYK 0.000.530.08   0.26
XYZ32.018820.815441.8654
Yxy20.81540.33810.2198
Hunter Lab45.623945.4293-22.4690
CIE-Lab52.746951.5809-26.9035

#bd58ad color RGB value is (189,88,173).

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

The process color (four color CMYK) of #bd58ad color hex is 0.00, 0.53, 0.08, 0.26. Web safe color of #bd58ad is #cc6699. Color #bd58ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011000 10101101
Octal 275 130 255
Decimal 189 88 173
Hex BD 58 AD

RGB Percentages of Color #bd58ad

%42.00
%19.56
%38.44

CMYK Percentages of Color #bd58ad

%0
%53
%8
%26

Triadic Colors of #bd58ad

#bd58ad #adbd58 #58adbd

Analogous Colors of #bd58ad

#bd58ad #bd587b #9b58bd

Monochromatic Colors of #bd58ad

#bd58ad

Complementary Color

#bd58ad #58bd68

#bd58ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd58ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd58ad Color CSS Codes

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

#bd58ad Text Font Color

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

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


#bd58ad Background Color

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

This div background color is #bd58ad


#bd58ad Border Color

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

This div border color is #bd58ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd58ad


Comments

No comments written yet.

Please login to write comment.