Color Hex Logo

#b273db Color Hex

#B273DB
(178,115,219)
0 Favorites   0 Comments

Color spaces of #b273db

RGB 178115219
HSL0.770.590.65
HSV276°47°86°
CMYK 0.190.470.00   0.14
XYZ37.277026.840970.2339
Yxy26.84090.27750.1998
Hunter Lab51.808237.7698-44.1109
CIE-Lab58.826843.4622-43.7944

#b273db color RGB value is (178,115,219).

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

The process color (four color CMYK) of #b273db color hex is 0.19, 0.47, 0.00, 0.14. Web safe color of #b273db is #9966cc. Color #b273db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110011 11011011
Octal 262 163 333
Decimal 178 115 219
Hex B2 73 DB

RGB Percentages of Color #b273db

%34.77
%22.46
%42.77

CMYK Percentages of Color #b273db

%19
%47
%0
%14

Triadic Colors of #b273db

#b273db #dbb273 #73dbb2

Analogous Colors of #b273db

#b273db #db73d0 #7e73db

Monochromatic Colors of #b273db

#b273db

Complementary Color

#b273db #9cdb73

#b273db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b273db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b273db Color CSS Codes

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

#b273db Text Font Color

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

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


#b273db Background Color

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

This div background color is #b273db


#b273db Border Color

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

This div border color is #b273db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b273db


Comments

No comments written yet.

Please login to write comment.