Color Hex Logo

#bd6394 Color Hex

#BD6394
(189,99,148)
0 Favorites   0 Comments

Color spaces of #bd6394

RGB 18999148
HSL0.910.410.56
HSV327°48°74°
CMYK 0.000.480.22   0.26
XYZ30.793421.880630.6174
Yxy21.88060.36970.2627
Hunter Lab46.776735.6484-6.0642
CIE-Lab53.900142.1140-10.5112

#bd6394 color RGB value is (189,99,148).

#bd6394 hex color red value is 189, green value is 99 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bd6394 hue: 0.91 , saturation: 0.41 and the lightness value of bd6394 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100011 10010100
Octal 275 143 224
Decimal 189 99 148
Hex BD 63 94

RGB Percentages of Color #bd6394

%43.35
%22.71
%33.94

CMYK Percentages of Color #bd6394

%0
%48
%22
%26

Triadic Colors of #bd6394

#bd6394 #94bd63 #6394bd

Analogous Colors of #bd6394

#bd6394 #bd6367 #b963bd

Monochromatic Colors of #bd6394

#bd6394

Complementary Color

#bd6394 #63bd8c

#bd6394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6394 Color CSS Codes

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

#bd6394 Text Font Color

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

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


#bd6394 Background Color

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

This div background color is #bd6394


#bd6394 Border Color

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

This div border color is #bd6394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6394


Comments

No comments written yet.

Please login to write comment.