Color Hex Logo

#bd5faa Color Hex

#BD5FAA
(189,95,170)
0 Favorites   0 Comments

Color spaces of #bd5faa

RGB 18995170
HSL0.870.420.56
HSV312°50°74°
CMYK 0.000.500.10   0.26
XYZ32.334221.905540.5542
Yxy21.90550.34110.2311
Hunter Lab46.803341.4114-18.6114
CIE-Lab53.926647.6344-23.3351

#bd5faa color RGB value is (189,95,170).

#bd5faa hex color red value is 189, green value is 95 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bd5faa hue: 0.87 , saturation: 0.42 and the lightness value of bd5faa is 0.56.

The process color (four color CMYK) of #bd5faa color hex is 0.00, 0.50, 0.10, 0.26. Web safe color of #bd5faa is #cc6699. Color #bd5faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011111 10101010
Octal 275 137 252
Decimal 189 95 170
Hex BD 5F AA

RGB Percentages of Color #bd5faa

%41.63
%20.93
%37.44

CMYK Percentages of Color #bd5faa

%0
%50
%10
%26

Triadic Colors of #bd5faa

#bd5faa #aabd5f #5faabd

Analogous Colors of #bd5faa

#bd5faa #bd5f7b #a15fbd

Monochromatic Colors of #bd5faa

#bd5faa

Complementary Color

#bd5faa #5fbd72

#bd5faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5faa Color CSS Codes

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

#bd5faa Text Font Color

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

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


#bd5faa Background Color

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

This div background color is #bd5faa


#bd5faa Border Color

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

This div border color is #bd5faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,95,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 #bd5faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5faa


Comments

No comments written yet.

Please login to write comment.