Color Hex Logo

#b410ff Color Hex

#B410FF
(180,16,255)
0 Favorites   0 Comments

Color spaces of #b410ff

RGB 18016255
HSL0.781.000.53
HSV281°94°100°
CMYK 0.290.940.00   0.00
XYZ37.057717.293995.9926
Yxy17.29390.24650.1150
Hunter Lab41.585986.2880-107.7486
CIE-Lab48.628286.7023-80.3458

#b410ff color RGB value is (180,16,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010000 11111111
Octal 264 20 377
Decimal 180 16 255
Hex B4 10 FF

RGB Percentages of Color #b410ff

%39.91
%3.55
%56.54

CMYK Percentages of Color #b410ff

%29
%94
%0
%0

Triadic Colors of #b410ff

#b410ff #ffb410 #10ffb4

Analogous Colors of #b410ff

#b410ff #ff10d3 #3d10ff

Monochromatic Colors of #b410ff

#b410ff

Complementary Color

#b410ff #5bff10

#b410ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b410ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b410ff Color CSS Codes

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

#b410ff Text Font Color

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

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


#b410ff Background Color

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

This div background color is #b410ff


#b410ff Border Color

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

This div border color is #b410ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b410ff


Comments

No comments written yet.

Please login to write comment.