Color Hex Logo

#b473db Color Hex

#B473DB
(180,115,219)
0 Favorites   0 Comments

Color spaces of #b473db

RGB 180115219
HSL0.770.590.65
HSV278°47°86°
CMYK 0.180.470.00   0.14
XYZ37.739327.079270.2556
Yxy27.07920.27940.2005
Hunter Lab52.037738.3877-43.6205
CIE-Lab59.047644.0173-43.4315

#b473db color RGB value is (180,115,219).

#b473db hex color red value is 180, green value is 115 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b473db hue: 0.77 , saturation: 0.59 and the lightness value of b473db is 0.65.

The process color (four color CMYK) of #b473db color hex is 0.18, 0.47, 0.00, 0.14. Web safe color of #b473db is #cc66cc. Color #b473db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110011 11011011
Octal 264 163 333
Decimal 180 115 219
Hex B4 73 DB

RGB Percentages of Color #b473db

%35.02
%22.37
%42.61

CMYK Percentages of Color #b473db

%18
%47
%0
%14

Triadic Colors of #b473db

#b473db #dbb473 #73dbb4

Analogous Colors of #b473db

#b473db #db73ce #8073db

Monochromatic Colors of #b473db

#b473db

Complementary Color

#b473db #9adb73

#b473db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b473db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b473db Color CSS Codes

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

#b473db Text Font Color

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

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


#b473db Background Color

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

This div background color is #b473db


#b473db Border Color

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

This div border color is #b473db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b473db


Comments

No comments written yet.

Please login to write comment.