Color Hex Logo

#b673db Color Hex

#B673DB
(182,115,219)
0 Favorites   0 Comments

Color spaces of #b673db

RGB 182115219
HSL0.770.590.65
HSV279°47°86°
CMYK 0.170.470.00   0.14
XYZ38.208327.321070.2775
Yxy27.32100.28130.2012
Hunter Lab52.269539.0095-43.1281
CIE-Lab59.270344.5734-43.0654

#b673db color RGB value is (182,115,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110011 11011011
Octal 266 163 333
Decimal 182 115 219
Hex B6 73 DB

RGB Percentages of Color #b673db

%35.27
%22.29
%42.44

CMYK Percentages of Color #b673db

%17
%47
%0
%14

Triadic Colors of #b673db

#b673db #dbb673 #73dbb6

Analogous Colors of #b673db

#b673db #db73cc #8273db

Monochromatic Colors of #b673db

#b673db

Complementary Color

#b673db #98db73

#b673db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b673db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b673db Color CSS Codes

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

#b673db Text Font Color

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

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


#b673db Background Color

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

This div background color is #b673db


#b673db Border Color

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

This div border color is #b673db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b673db


Comments

No comments written yet.

Please login to write comment.