Color Hex Logo

#bd4ab5 Color Hex

#BD4AB5
(189,74,181)
0 Favorites   0 Comments

Color spaces of #bd4ab5

RGB 18974181
HSL0.840.470.52
HSV304°61°74°
CMYK 0.000.610.04   0.26
XYZ31.775519.052645.7188
Yxy19.05260.32910.1973
Hunter Lab43.649353.5569-31.5466
CIE-Lab50.748759.3103-34.6803

#bd4ab5 color RGB value is (189,74,181).

#bd4ab5 hex color red value is 189, green value is 74 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #bd4ab5 hue: 0.84 , saturation: 0.47 and the lightness value of bd4ab5 is 0.52.

The process color (four color CMYK) of #bd4ab5 color hex is 0.00, 0.61, 0.04, 0.26. Web safe color of #bd4ab5 is #cc33cc. Color #bd4ab5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001010 10110101
Octal 275 112 265
Decimal 189 74 181
Hex BD 4A B5

RGB Percentages of Color #bd4ab5

%42.57
%16.67
%40.77

CMYK Percentages of Color #bd4ab5

%0
%61
%4
%26

Triadic Colors of #bd4ab5

#bd4ab5 #b5bd4a #4ab5bd

Analogous Colors of #bd4ab5

#bd4ab5 #bd4a7c #8c4abd

Monochromatic Colors of #bd4ab5

#bd4ab5

Complementary Color

#bd4ab5 #4abd52

#bd4ab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4ab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4ab5 Color CSS Codes

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

#bd4ab5 Text Font Color

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

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


#bd4ab5 Background Color

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

This div background color is #bd4ab5


#bd4ab5 Border Color

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

This div border color is #bd4ab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4ab5


Comments

No comments written yet.

Please login to write comment.