Color Hex Logo

#b631bb Color Hex

#B631BB
(182,49,187)
0 Favorites   0 Comments

Color spaces of #b631bb

RGB 18249187
HSL0.830.580.46
HSV298°74°73°
CMYK 0.030.740.00   0.27
XYZ29.359415.729648.5024
Yxy15.72960.31370.1681
Hunter Lab39.660662.7317-44.7456
CIE-Lab46.617768.0879-44.7825

#b631bb color RGB value is (182,49,187).

#b631bb hex color red value is 182, green value is 49 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b631bb hue: 0.83 , saturation: 0.58 and the lightness value of b631bb is 0.46.

The process color (four color CMYK) of #b631bb color hex is 0.03, 0.74, 0.00, 0.27. Web safe color of #b631bb is #cc33cc. Color #b631bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110001 10111011
Octal 266 61 273
Decimal 182 49 187
Hex B6 31 BB

RGB Percentages of Color #b631bb

%43.54
%11.72
%44.74

CMYK Percentages of Color #b631bb

%3
%74
%0
%27

Triadic Colors of #b631bb

#b631bb #bbb631 #31bbb6

Analogous Colors of #b631bb

#b631bb #bb317b #7131bb

Monochromatic Colors of #b631bb

#b631bb

Complementary Color

#b631bb #36bb31

#b631bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b631bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b631bb Color CSS Codes

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

#b631bb Text Font Color

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

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


#b631bb Background Color

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

This div background color is #b631bb


#b631bb Border Color

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

This div border color is #b631bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b631bb


Comments

No comments written yet.

Please login to write comment.