Color Hex Logo

#bd48ae Color Hex

#BD48AE
(189,72,174)
0 Favorites   0 Comments

Color spaces of #bd48ae

RGB 18972174
HSL0.850.470.51
HSV308°62°74°
CMYK 0.000.620.08   0.26
XYZ30.943618.509541.9862
Yxy18.50950.33840.2024
Hunter Lab43.022753.0946-27.7458
CIE-Lab50.108359.0152-31.5924

#bd48ae color RGB value is (189,72,174).

#bd48ae hex color red value is 189, green value is 72 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bd48ae hue: 0.85 , saturation: 0.47 and the lightness value of bd48ae is 0.51.

The process color (four color CMYK) of #bd48ae color hex is 0.00, 0.62, 0.08, 0.26. Web safe color of #bd48ae is #cc3399. Color #bd48ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001000 10101110
Octal 275 110 256
Decimal 189 72 174
Hex BD 48 AE

RGB Percentages of Color #bd48ae

%43.45
%16.55
%40.00

CMYK Percentages of Color #bd48ae

%0
%62
%8
%26

Triadic Colors of #bd48ae

#bd48ae #aebd48 #48aebd

Analogous Colors of #bd48ae

#bd48ae #bd4874 #9248bd

Monochromatic Colors of #bd48ae

#bd48ae

Complementary Color

#bd48ae #48bd57

#bd48ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd48ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd48ae Color CSS Codes

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

#bd48ae Text Font Color

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

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


#bd48ae Background Color

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

This div background color is #bd48ae


#bd48ae Border Color

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

This div border color is #bd48ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd48ae


Comments

No comments written yet.

Please login to write comment.