Color Hex Logo

#b63bbe Color Hex

#B63BBE
(182,59,190)
0 Favorites   0 Comments

Color spaces of #b63bbe

RGB 18259190
HSL0.820.530.49
HSV296°69°75°
CMYK 0.040.690.00   0.25
XYZ30.149616.790750.3671
Yxy16.79070.30980.1726
Hunter Lab40.976559.6277-44.1941
CIE-Lab47.995265.1559-44.3404

#b63bbe color RGB value is (182,59,190).

#b63bbe hex color red value is 182, green value is 59 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b63bbe hue: 0.82 , saturation: 0.53 and the lightness value of b63bbe is 0.49.

The process color (four color CMYK) of #b63bbe color hex is 0.04, 0.69, 0.00, 0.25. Web safe color of #b63bbe is #cc33cc. Color #b63bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111011 10111110
Octal 266 73 276
Decimal 182 59 190
Hex B6 3B BE

RGB Percentages of Color #b63bbe

%42.23
%13.69
%44.08

CMYK Percentages of Color #b63bbe

%4
%69
%0
%25

Triadic Colors of #b63bbe

#b63bbe #beb63b #3bbeb6

Analogous Colors of #b63bbe

#b63bbe #be3b85 #753bbe

Monochromatic Colors of #b63bbe

#b63bbe

Complementary Color

#b63bbe #43be3b

#b63bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63bbe Color CSS Codes

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

#b63bbe Text Font Color

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

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


#b63bbe Background Color

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

This div background color is #b63bbe


#b63bbe Border Color

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

This div border color is #b63bbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,59,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 #b63bbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63bbe


Comments

No comments written yet.

Please login to write comment.