Color Hex Logo

#b463bd Color Hex

#B463BD
(180,99,189)
0 Favorites   0 Comments

Color spaces of #b463bd

RGB 18099189
HSL0.820.410.56
HSV294°48°74°
CMYK 0.050.480.00   0.26
XYZ32.469522.301150.7373
Yxy22.30110.30770.2114
Hunter Lab47.224040.0879-30.6441
CIE-Lab54.345046.3170-33.7705

#b463bd color RGB value is (180,99,189).

#b463bd hex color red value is 180, green value is 99 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b463bd hue: 0.82 , saturation: 0.41 and the lightness value of b463bd is 0.56.

The process color (four color CMYK) of #b463bd color hex is 0.05, 0.48, 0.00, 0.26. Web safe color of #b463bd is #cc66cc. Color #b463bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100011 10111101
Octal 264 143 275
Decimal 180 99 189
Hex B4 63 BD

RGB Percentages of Color #b463bd

%38.46
%21.15
%40.38

CMYK Percentages of Color #b463bd

%5
%48
%0
%26

Triadic Colors of #b463bd

#b463bd #bdb463 #63bdb4

Analogous Colors of #b463bd

#b463bd #bd6399 #8763bd

Monochromatic Colors of #b463bd

#b463bd

Complementary Color

#b463bd #6cbd63

#b463bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b463bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b463bd Color CSS Codes

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

#b463bd Text Font Color

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

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


#b463bd Background Color

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

This div background color is #b463bd


#b463bd Border Color

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

This div border color is #b463bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b463bd


Comments

No comments written yet.

Please login to write comment.