Color Hex Logo

#b069db Color Hex

#B069DB
(176,105,219)
0 Favorites   0 Comments

Color spaces of #b069db

RGB 176105219
HSL0.770.610.64
HSV277°52°86°
CMYK 0.200.520.00   0.14
XYZ35.742324.447769.8529
Yxy24.44770.27490.1880
Hunter Lab49.444642.5052-49.1507
CIE-Lab56.533348.2547-47.4356

#b069db color RGB value is (176,105,219).

#b069db hex color red value is 176, green value is 105 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b069db hue: 0.77 , saturation: 0.61 and the lightness value of b069db is 0.64.

The process color (four color CMYK) of #b069db color hex is 0.20, 0.52, 0.00, 0.14. Web safe color of #b069db is #9966cc. Color #b069db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101001 11011011
Octal 260 151 333
Decimal 176 105 219
Hex B0 69 DB

RGB Percentages of Color #b069db

%35.20
%21.00
%43.80

CMYK Percentages of Color #b069db

%20
%52
%0
%14

Triadic Colors of #b069db

#b069db #dbb069 #69dbb0

Analogous Colors of #b069db

#b069db #db69cd #7769db

Monochromatic Colors of #b069db

#b069db

Complementary Color

#b069db #94db69

#b069db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b069db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b069db Color CSS Codes

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

#b069db Text Font Color

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

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


#b069db Background Color

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

This div background color is #b069db


#b069db Border Color

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

This div border color is #b069db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b069db


Comments

No comments written yet.

Please login to write comment.