Color Hex Logo

#b509df Color Hex

#B509DF
(181,9,223)
0 Favorites   0 Comments

Color spaces of #b509df

RGB 1819223
HSL0.800.920.45
HSV288°96°87°
CMYK 0.190.960.00   0.13
XYZ32.473015.346871.0628
Yxy15.34680.27320.1291
Hunter Lab39.175079.4063-80.1286
CIE-Lab46.105681.8445-66.4046

#b509df color RGB value is (181,9,223).

#b509df hex color red value is 181, green value is 9 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b509df hue: 0.80 , saturation: 0.92 and the lightness value of b509df is 0.45.

The process color (four color CMYK) of #b509df color hex is 0.19, 0.96, 0.00, 0.13. Web safe color of #b509df is #cc00cc. Color #b509df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001001 11011111
Octal 265 11 337
Decimal 181 9 223
Hex B5 9 DF

RGB Percentages of Color #b509df

%43.83
%2.18
%54.00

CMYK Percentages of Color #b509df

%19
%96
%0
%13

Triadic Colors of #b509df

#b509df #dfb509 #09dfb5

Analogous Colors of #b509df

#b509df #df099e #4a09df

Monochromatic Colors of #b509df

#b509df

Complementary Color

#b509df #33df09

#b509df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b509df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b509df Color CSS Codes

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

#b509df Text Font Color

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

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


#b509df Background Color

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

This div background color is #b509df


#b509df Border Color

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

This div border color is #b509df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b509df


Comments

No comments written yet.

Please login to write comment.