Color Hex Logo

#b615da Color Hex

#B615DA
(182,21,218)
0 Favorites   0 Comments

Color spaces of #b615da

RGB 18221218
HSL0.800.820.47
HSV289°90°85°
CMYK 0.170.900.00   0.15
XYZ32.214515.543467.6319
Yxy15.54340.27920.1347
Hunter Lab39.425176.8595-74.1116
CIE-Lab46.369779.7762-63.1112

#b615da color RGB value is (182,21,218).

#b615da hex color red value is 182, green value is 21 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b615da hue: 0.80 , saturation: 0.82 and the lightness value of b615da is 0.47.

The process color (four color CMYK) of #b615da color hex is 0.17, 0.90, 0.00, 0.15. Web safe color of #b615da is #cc00cc. Color #b615da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010101 11011010
Octal 266 25 332
Decimal 182 21 218
Hex B6 15 DA

RGB Percentages of Color #b615da

%43.23
%4.99
%51.78

CMYK Percentages of Color #b615da

%17
%90
%0
%15

Triadic Colors of #b615da

#b615da #dab615 #15dab6

Analogous Colors of #b615da

#b615da #da159c #5315da

Monochromatic Colors of #b615da

#b615da

Complementary Color

#b615da #39da15

#b615da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b615da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b615da Color CSS Codes

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

#b615da Text Font Color

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

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


#b615da Background Color

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

This div background color is #b615da


#b615da Border Color

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

This div border color is #b615da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b615da


Comments

No comments written yet.

Please login to write comment.