Color Hex Logo

#bd6593 Color Hex

#BD6593
(189,101,147)
0 Favorites   0 Comments

Color spaces of #bd6593

RGB 189101147
HSL0.910.400.57
HSV329°47°74°
CMYK 0.000.470.22   0.26
XYZ30.906422.232830.2662
Yxy22.23280.37060.2666
Hunter Lab47.151734.4856-5.0515
CIE-Lab54.273140.9255-9.3651

#bd6593 color RGB value is (189,101,147).

#bd6593 hex color red value is 189, green value is 101 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bd6593 hue: 0.91 , saturation: 0.40 and the lightness value of bd6593 is 0.57.

The process color (four color CMYK) of #bd6593 color hex is 0.00, 0.47, 0.22, 0.26. Web safe color of #bd6593 is #cc6699. Color #bd6593 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100101 10010011
Octal 275 145 223
Decimal 189 101 147
Hex BD 65 93

RGB Percentages of Color #bd6593

%43.25
%23.11
%33.64

CMYK Percentages of Color #bd6593

%0
%47
%22
%26

Triadic Colors of #bd6593

#bd6593 #93bd65 #6593bd

Analogous Colors of #bd6593

#bd6593 #bd6567 #bb65bd

Monochromatic Colors of #bd6593

#bd6593

Complementary Color

#bd6593 #65bd8f

#bd6593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6593 Color CSS Codes

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

#bd6593 Text Font Color

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

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


#bd6593 Background Color

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

This div background color is #bd6593


#bd6593 Border Color

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

This div border color is #bd6593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6593


Comments

No comments written yet.

Please login to write comment.