Color Hex Logo

#bd5adf Color Hex

#BD5ADF
(189,90,223)
0 Favorites   0 Comments

Color spaces of #bd5adf

RGB 18990223
HSL0.790.680.61
HSV285°60°87°
CMYK 0.150.600.00   0.13
XYZ37.961723.458972.3392
Yxy23.45890.28380.1754
Hunter Lab48.434455.1438-54.6485
CIE-Lab55.541959.8483-51.1676

#bd5adf color RGB value is (189,90,223).

#bd5adf hex color red value is 189, green value is 90 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bd5adf hue: 0.79 , saturation: 0.68 and the lightness value of bd5adf is 0.61.

The process color (four color CMYK) of #bd5adf color hex is 0.15, 0.60, 0.00, 0.13. Web safe color of #bd5adf is #cc66cc. Color #bd5adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011010 11011111
Octal 275 132 337
Decimal 189 90 223
Hex BD 5A DF

RGB Percentages of Color #bd5adf

%37.65
%17.93
%44.42

CMYK Percentages of Color #bd5adf

%15
%60
%0
%13

Triadic Colors of #bd5adf

#bd5adf #dfbd5a #5adfbd

Analogous Colors of #bd5adf

#bd5adf #df5abf #7b5adf

Monochromatic Colors of #bd5adf

#bd5adf

Complementary Color

#bd5adf #7cdf5a

#bd5adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5adf Color CSS Codes

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

#bd5adf Text Font Color

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

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


#bd5adf Background Color

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

This div background color is #bd5adf


#bd5adf Border Color

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

This div border color is #bd5adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5adf


Comments

No comments written yet.

Please login to write comment.