Color Hex Logo

#b514be Color Hex

#B514BE
(181,20,190)
0 Favorites   0 Comments

Color spaces of #b514be

RGB 18120190
HSL0.820.810.41
HSV297°89°75°
CMYK 0.050.890.00   0.25
XYZ28.600514.041849.9181
Yxy14.04180.30900.1517
Hunter Lab37.472470.6620-52.7513
CIE-Lab44.292875.1714-50.2628

#b514be color RGB value is (181,20,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010100 10111110
Octal 265 24 276
Decimal 181 20 190
Hex B5 14 BE

RGB Percentages of Color #b514be

%46.29
%5.12
%48.59

CMYK Percentages of Color #b514be

%5
%89
%0
%25

Triadic Colors of #b514be

#b514be #beb514 #14beb5

Analogous Colors of #b514be

#b514be #be1472 #6014be

Monochromatic Colors of #b514be

#b514be

Complementary Color

#b514be #1dbe14

#b514be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b514be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b514be Color CSS Codes

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

#b514be Text Font Color

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

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


#b514be Background Color

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

This div background color is #b514be


#b514be Border Color

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

This div border color is #b514be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b514be


Comments

No comments written yet.

Please login to write comment.