Color Hex Logo

#b507df Color Hex

#B507DF
(181,7,223)
0 Favorites   0 Comments

Color spaces of #b507df

RGB 1817223
HSL0.800.940.45
HSV288°97°87°
CMYK 0.190.970.00   0.13
XYZ32.451315.303471.0555
Yxy15.30340.27310.1288
Hunter Lab39.119679.6139-80.3087
CIE-Lab46.047082.0192-66.4997

#b507df color RGB value is (181,7,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000111 11011111
Octal 265 7 337
Decimal 181 7 223
Hex B5 7 DF

RGB Percentages of Color #b507df

%44.04
%1.70
%54.26

CMYK Percentages of Color #b507df

%19
%97
%0
%13

Triadic Colors of #b507df

#b507df #dfb507 #07dfb5

Analogous Colors of #b507df

#b507df #df079d #4907df

Monochromatic Colors of #b507df

#b507df

Complementary Color

#b507df #31df07

#b507df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b507df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b507df Color CSS Codes

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

#b507df Text Font Color

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

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


#b507df Background Color

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

This div background color is #b507df


#b507df Border Color

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

This div border color is #b507df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b507df


Comments

No comments written yet.

Please login to write comment.