Color Hex Logo

#bd3080 Color Hex

#BD3080
(189,48,128)
0 Favorites   0 Comments

Color spaces of #bd3080

RGB 18948128
HSL0.910.590.46
HSV326°75°74°
CMYK 0.000.750.32   0.26
XYZ25.939514.491221.8520
Yxy14.49120.41650.2327
Hunter Lab38.067355.0142-7.3875
CIE-Lab44.929361.6967-12.0450

#bd3080 color RGB value is (189,48,128).

#bd3080 hex color red value is 189, green value is 48 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bd3080 hue: 0.91 , saturation: 0.59 and the lightness value of bd3080 is 0.46.

The process color (four color CMYK) of #bd3080 color hex is 0.00, 0.75, 0.32, 0.26. Web safe color of #bd3080 is #cc3399. Color #bd3080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110000 10000000
Octal 275 60 200
Decimal 189 48 128
Hex BD 30 80

RGB Percentages of Color #bd3080

%51.78
%13.15
%35.07

CMYK Percentages of Color #bd3080

%0
%75
%32
%26

Triadic Colors of #bd3080

#bd3080 #80bd30 #3080bd

Analogous Colors of #bd3080

#bd3080 #bd3039 #b430bd

Monochromatic Colors of #bd3080

#bd3080

Complementary Color

#bd3080 #30bd6d

#bd3080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3080 Color CSS Codes

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

#bd3080 Text Font Color

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

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


#bd3080 Background Color

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

This div background color is #bd3080


#bd3080 Border Color

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

This div border color is #bd3080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3080


Comments

No comments written yet.

Please login to write comment.