Color Hex Logo

#bd5af0 Color Hex

#BD5AF0
(189,90,240)
0 Favorites   0 Comments

Color spaces of #bd5af0

RGB 18990240
HSL0.780.830.65
HSV280°63°94°
CMYK 0.210.630.00   0.06
XYZ40.370624.422485.0243
Yxy24.42240.26950.1630
Hunter Lab49.419059.3341-67.4138
CIE-Lab56.508363.3125-59.1581

#bd5af0 color RGB value is (189,90,240).

#bd5af0 hex color red value is 189, green value is 90 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #bd5af0 hue: 0.78 , saturation: 0.83 and the lightness value of bd5af0 is 0.65.

The process color (four color CMYK) of #bd5af0 color hex is 0.21, 0.63, 0.00, 0.06. Web safe color of #bd5af0 is #cc66ff. Color #bd5af0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011010 11110000
Octal 275 132 360
Decimal 189 90 240
Hex BD 5A F0

RGB Percentages of Color #bd5af0

%36.42
%17.34
%46.24

CMYK Percentages of Color #bd5af0

%21
%63
%0
%6

Triadic Colors of #bd5af0

#bd5af0 #f0bd5a #5af0bd

Analogous Colors of #bd5af0

#bd5af0 #f05ad8 #725af0

Monochromatic Colors of #bd5af0

#bd5af0

Complementary Color

#bd5af0 #8df05a

#bd5af0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5af0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5af0 Color CSS Codes

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

#bd5af0 Text Font Color

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

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


#bd5af0 Background Color

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

This div background color is #bd5af0


#bd5af0 Border Color

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

This div border color is #bd5af0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5af0


Comments

No comments written yet.

Please login to write comment.