Color Hex Logo

#bd3794 Color Hex

#BD3794
(189,55,148)
0 Favorites   0 Comments

Color spaces of #bd3794

RGB 18955148
HSL0.880.550.48
HSV318°71°74°
CMYK 0.000.710.22   0.26
XYZ27.697715.689329.5855
Yxy15.68930.37960.2150
Hunter Lab39.609755.5018-16.5584
CIE-Lab46.564261.8178-21.6704

#bd3794 color RGB value is (189,55,148).

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

The process color (four color CMYK) of #bd3794 color hex is 0.00, 0.71, 0.22, 0.26. Web safe color of #bd3794 is #cc3399. Color #bd3794 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110111 10010100
Octal 275 67 224
Decimal 189 55 148
Hex BD 37 94

RGB Percentages of Color #bd3794

%48.21
%14.03
%37.76

CMYK Percentages of Color #bd3794

%0
%71
%22
%26

Triadic Colors of #bd3794

#bd3794 #94bd37 #3794bd

Analogous Colors of #bd3794

#bd3794 #bd3751 #a337bd

Monochromatic Colors of #bd3794

#bd3794

Complementary Color

#bd3794 #37bd60

#bd3794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3794 Color CSS Codes

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

#bd3794 Text Font Color

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

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


#bd3794 Background Color

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

This div background color is #bd3794


#bd3794 Border Color

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

This div border color is #bd3794


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,55,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 #bd3794">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3794


Comments

No comments written yet.

Please login to write comment.