Color Hex Logo

#b61add Color Hex

#B61ADD
(182,26,221)
0 Favorites   0 Comments

Color spaces of #b61add

RGB 18226221
HSL0.800.790.48
HSV288°88°87°
CMYK 0.180.880.00   0.13
XYZ32.711915.904369.7523
Yxy15.90430.27640.1344
Hunter Lab39.880276.6250-75.7848
CIE-Lab46.848779.4965-64.0503

#b61add color RGB value is (182,26,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011010 11011101
Octal 266 32 335
Decimal 182 26 221
Hex B6 1A DD

RGB Percentages of Color #b61add

%42.42
%6.06
%51.52

CMYK Percentages of Color #b61add

%18
%88
%0
%13

Triadic Colors of #b61add

#b61add #ddb61a #1addb6

Analogous Colors of #b61add

#b61add #dd1aa3 #551add

Monochromatic Colors of #b61add

#b61add

Complementary Color

#b61add #41dd1a

#b61add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61add Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61add Color CSS Codes

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

#b61add Text Font Color

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

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


#b61add Background Color

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

This div background color is #b61add


#b61add Border Color

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

This div border color is #b61add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61add


Comments

No comments written yet.

Please login to write comment.