Color Hex Logo

#b363af Color Hex

#B363AF
(179,99,175)
0 Favorites   0 Comments

Color spaces of #b363af

RGB 17999175
HSL0.840.340.55
HSV303°45°70°
CMYK 0.000.450.02   0.30
XYZ30.790121.602543.1043
Yxy21.60250.32240.2262
Hunter Lab46.478536.9116-22.4508
CIE-Lab53.602743.3836-26.8486

#b363af color RGB value is (179,99,175).

#b363af hex color red value is 179, green value is 99 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b363af hue: 0.84 , saturation: 0.34 and the lightness value of b363af is 0.55.

The process color (four color CMYK) of #b363af color hex is 0.00, 0.45, 0.02, 0.30. Web safe color of #b363af is #cc6699. Color #b363af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100011 10101111
Octal 263 143 257
Decimal 179 99 175
Hex B3 63 AF

RGB Percentages of Color #b363af

%39.51
%21.85
%38.63

CMYK Percentages of Color #b363af

%0
%45
%2
%30

Triadic Colors of #b363af

#b363af #afb363 #63afb3

Analogous Colors of #b363af

#b363af #b36387 #8f63b3

Monochromatic Colors of #b363af

#b363af

Complementary Color

#b363af #63b367

#b363af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b363af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b363af Color CSS Codes

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

#b363af Text Font Color

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

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


#b363af Background Color

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

This div background color is #b363af


#b363af Border Color

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

This div border color is #b363af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,99,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b363af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b363af;
  -webkit-box-shadow: 1px 1px 3px 2px #b363af;
  box-shadow:         1px 1px 3px 2px #b363af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,99,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b363af


Comments

No comments written yet.

Please login to write comment.