Color Hex Logo

#b41ade Color Hex

#B41ADE
(180,26,222)
0 Favorites   0 Comments

Color spaces of #b41ade

RGB 18026222
HSL0.800.790.49
HSV287°88°87°
CMYK 0.190.880.00   0.13
XYZ32.376615.716070.4343
Yxy15.71600.27320.1326
Hunter Lab39.643476.4042-77.5899
CIE-Lab46.599779.3685-65.0398

#b41ade color RGB value is (180,26,222).

#b41ade hex color red value is 180, green value is 26 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b41ade hue: 0.80 , saturation: 0.79 and the lightness value of b41ade is 0.49.

The process color (four color CMYK) of #b41ade color hex is 0.19, 0.88, 0.00, 0.13. Web safe color of #b41ade is #cc33cc. Color #b41ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011010 11011110
Octal 264 32 336
Decimal 180 26 222
Hex B4 1A DE

RGB Percentages of Color #b41ade

%42.06
%6.07
%51.87

CMYK Percentages of Color #b41ade

%19
%88
%0
%13

Triadic Colors of #b41ade

#b41ade #deb41a #1adeb4

Analogous Colors of #b41ade

#b41ade #de1aa6 #521ade

Monochromatic Colors of #b41ade

#b41ade

Complementary Color

#b41ade #44de1a

#b41ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41ade Color CSS Codes

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

#b41ade Text Font Color

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

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


#b41ade Background Color

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

This div background color is #b41ade


#b41ade Border Color

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

This div border color is #b41ade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,26,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41ade


Comments

No comments written yet.

Please login to write comment.