Color Hex Logo

#b413ff Color Hex

#B413FF
(180,19,255)
0 Favorites   0 Comments

Color spaces of #b413ff

RGB 18019255
HSL0.781.000.54
HSV281°93°100°
CMYK 0.290.930.00   0.00
XYZ37.105317.389096.0085
Yxy17.38900.24650.1155
Hunter Lab41.700185.8564-107.3166
CIE-Lab48.746586.3489-80.1525

#b413ff color RGB value is (180,19,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010011 11111111
Octal 264 23 377
Decimal 180 19 255
Hex B4 13 FF

RGB Percentages of Color #b413ff

%39.65
%4.19
%56.17

CMYK Percentages of Color #b413ff

%29
%93
%0
%0

Triadic Colors of #b413ff

#b413ff #ffb413 #13ffb4

Analogous Colors of #b413ff

#b413ff #ff13d4 #3e13ff

Monochromatic Colors of #b413ff

#b413ff

Complementary Color

#b413ff #5eff13

#b413ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b413ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b413ff Color CSS Codes

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

#b413ff Text Font Color

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

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


#b413ff Background Color

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

This div background color is #b413ff


#b413ff Border Color

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

This div border color is #b413ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b413ff

Related Colors


Comments

No comments written yet.

Please login to write comment.