Color Hex Logo

#bd28aa Color Hex

#BD28AA
(189,40,170)
0 Favorites   0 Comments

Color spaces of #bd28aa

RGB 18940170
HSL0.850.650.45
HSV308°79°74°
CMYK 0.000.790.10   0.26
XYZ29.000815.238739.4431
Yxy15.23870.34660.1821
Hunter Lab39.036864.2950-32.5814
CIE-Lab45.959469.5437-35.7452

#bd28aa color RGB value is (189,40,170).

#bd28aa hex color red value is 189, green value is 40 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bd28aa hue: 0.85 , saturation: 0.65 and the lightness value of bd28aa is 0.45.

The process color (four color CMYK) of #bd28aa color hex is 0.00, 0.79, 0.10, 0.26. Web safe color of #bd28aa is #cc3399. Color #bd28aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101000 10101010
Octal 275 50 252
Decimal 189 40 170
Hex BD 28 AA

RGB Percentages of Color #bd28aa

%47.37
%10.03
%42.61

CMYK Percentages of Color #bd28aa

%0
%79
%10
%26

Triadic Colors of #bd28aa

#bd28aa #aabd28 #28aabd

Analogous Colors of #bd28aa

#bd28aa #bd285f #8628bd

Monochromatic Colors of #bd28aa

#bd28aa

Complementary Color

#bd28aa #28bd3b

#bd28aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd28aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd28aa Color CSS Codes

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

#bd28aa Text Font Color

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

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


#bd28aa Background Color

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

This div background color is #bd28aa


#bd28aa Border Color

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

This div border color is #bd28aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd28aa


Comments

No comments written yet.

Please login to write comment.