Color Hex Logo

#b63af5 Color Hex

#B63AF5
(182,58,245)
0 Favorites   0 Comments

Color spaces of #b63af5

RGB 18258245
HSL0.780.900.59
HSV280°76°96°
CMYK 0.260.760.00   0.04
XYZ37.285919.563888.1972
Yxy19.56380.25710.1349
Hunter Lab44.231073.0680-87.2634
CIE-Lab51.340475.7601-70.3312

#b63af5 color RGB value is (182,58,245).

#b63af5 hex color red value is 182, green value is 58 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #b63af5 hue: 0.78 , saturation: 0.90 and the lightness value of b63af5 is 0.59.

The process color (four color CMYK) of #b63af5 color hex is 0.26, 0.76, 0.00, 0.04. Web safe color of #b63af5 is #cc33ff. Color #b63af5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111010 11110101
Octal 266 72 365
Decimal 182 58 245
Hex B6 3A F5

RGB Percentages of Color #b63af5

%37.53
%11.96
%50.52

CMYK Percentages of Color #b63af5

%26
%76
%0
%4

Triadic Colors of #b63af5

#b63af5 #f5b63a #3af5b6

Analogous Colors of #b63af5

#b63af5 #f53ad7 #583af5

Monochromatic Colors of #b63af5

#b63af5

Complementary Color

#b63af5 #79f53a

#b63af5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63af5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63af5 Color CSS Codes

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

#b63af5 Text Font Color

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

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


#b63af5 Background Color

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

This div background color is #b63af5


#b63af5 Border Color

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

This div border color is #b63af5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63af5


Comments

No comments written yet.

Please login to write comment.