Color Hex Logo

#bd3081 Color Hex

#BD3081
(189,48,129)
0 Favorites   0 Comments

Color spaces of #bd3081

RGB 18948129
HSL0.900.590.46
HSV326°75°74°
CMYK 0.000.750.32   0.26
XYZ26.005714.517722.2004
Yxy14.51770.41460.2315
Hunter Lab38.102155.1523-7.8742
CIE-Lab44.966461.8124-12.6001

#bd3081 color RGB value is (189,48,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110000 10000001
Octal 275 60 201
Decimal 189 48 129
Hex BD 30 81

RGB Percentages of Color #bd3081

%51.64
%13.11
%35.25

CMYK Percentages of Color #bd3081

%0
%75
%32
%26

Triadic Colors of #bd3081

#bd3081 #81bd30 #3081bd

Analogous Colors of #bd3081

#bd3081 #bd303b #b330bd

Monochromatic Colors of #bd3081

#bd3081

Complementary Color

#bd3081 #30bd6c

#bd3081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3081 Color CSS Codes

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

#bd3081 Text Font Color

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

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


#bd3081 Background Color

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

This div background color is #bd3081


#bd3081 Border Color

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

This div border color is #bd3081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3081


Comments

No comments written yet.

Please login to write comment.