Color Hex Logo

#b514bf Color Hex

#B514BF
(181,20,191)
0 Favorites   0 Comments

Color spaces of #b514bf

RGB 18120191
HSL0.820.810.41
HSV296°90°75°
CMYK 0.050.900.00   0.25
XYZ28.710214.085750.4958
Yxy14.08570.30770.1510
Hunter Lab37.530970.8689-53.4998
CIE-Lab44.355675.3287-50.7472

#b514bf color RGB value is (181,20,191).

#b514bf hex color red value is 181, green value is 20 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b514bf hue: 0.82 , saturation: 0.81 and the lightness value of b514bf is 0.41.

The process color (four color CMYK) of #b514bf color hex is 0.05, 0.90, 0.00, 0.25. Web safe color of #b514bf is #cc00cc. Color #b514bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010100 10111111
Octal 265 24 277
Decimal 181 20 191
Hex B5 14 BF

RGB Percentages of Color #b514bf

%46.17
%5.10
%48.72

CMYK Percentages of Color #b514bf

%5
%90
%0
%25

Triadic Colors of #b514bf

#b514bf #bfb514 #14bfb5

Analogous Colors of #b514bf

#b514bf #bf1474 #6014bf

Monochromatic Colors of #b514bf

#b514bf

Complementary Color

#b514bf #1ebf14

#b514bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b514bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b514bf Color CSS Codes

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

#b514bf Text Font Color

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

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


#b514bf Background Color

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

This div background color is #b514bf


#b514bf Border Color

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

This div border color is #b514bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,20,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b514bf


Comments

No comments written yet.

Please login to write comment.