Color Hex Logo

#b514ff Color Hex

#B514FF
(181,20,255)
0 Favorites   0 Comments

Color spaces of #b514ff

RGB 18120255
HSL0.781.000.54
HSV281°92°100°
CMYK 0.290.920.00   0.00
XYZ37.356217.544196.0252
Yxy17.54410.24750.1162
Hunter Lab41.885785.8972-106.6056
CIE-Lab48.938486.3434-79.8327

#b514ff color RGB value is (181,20,255).

#b514ff hex color red value is 181, green value is 20 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b514ff hue: 0.78 , saturation: 1.00 and the lightness value of b514ff is 0.54.

The process color (four color CMYK) of #b514ff color hex is 0.29, 0.92, 0.00, 0.00. Web safe color of #b514ff is #cc00ff. Color #b514ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010100 11111111
Octal 265 24 377
Decimal 181 20 255
Hex B5 14 FF

RGB Percentages of Color #b514ff

%39.69
%4.39
%55.92

CMYK Percentages of Color #b514ff

%29
%92
%0
%0

Triadic Colors of #b514ff

#b514ff #ffb514 #14ffb5

Analogous Colors of #b514ff

#b514ff #ff14d4 #4014ff

Monochromatic Colors of #b514ff

#b514ff

Complementary Color

#b514ff #5eff14

#b514ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b514ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b514ff Color CSS Codes

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

#b514ff Text Font Color

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

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


#b514ff Background Color

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

This div background color is #b514ff


#b514ff Border Color

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

This div border color is #b514ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b514ff


Comments

No comments written yet.

Please login to write comment.