Color Hex Logo

#b615be Color Hex

#B615BE
(182,21,190)
0 Favorites   0 Comments

Color spaces of #b615be

RGB 18221190
HSL0.830.800.41
HSV297°89°75°
CMYK 0.040.890.00   0.25
XYZ28.853814.199149.9351
Yxy14.19910.31030.1527
Hunter Lab37.681770.7389-52.1929
CIE-Lab44.517175.1908-49.8936

#b615be color RGB value is (182,21,190).

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

The process color (four color CMYK) of #b615be color hex is 0.04, 0.89, 0.00, 0.25. Web safe color of #b615be is #cc00cc. Color #b615be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010101 10111110
Octal 266 25 276
Decimal 182 21 190
Hex B6 15 BE

RGB Percentages of Color #b615be

%46.31
%5.34
%48.35

CMYK Percentages of Color #b615be

%4
%89
%0
%25

Triadic Colors of #b615be

#b615be #beb615 #15beb6

Analogous Colors of #b615be

#b615be #be1572 #6115be

Monochromatic Colors of #b615be

#b615be

Complementary Color

#b615be #1dbe15

#b615be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b615be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b615be Color CSS Codes

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

#b615be Text Font Color

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

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


#b615be Background Color

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

This div background color is #b615be


#b615be Border Color

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

This div border color is #b615be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b615be


Comments

No comments written yet.

Please login to write comment.