Color Hex Logo

#b064db Color Hex

#B064DB
(176,100,219)
0 Favorites   0 Comments

Color spaces of #b064db

RGB 176100219
HSL0.770.620.63
HSV278°54°86°
CMYK 0.200.540.00   0.14
XYZ35.247923.458969.6881
Yxy23.45890.27450.1827
Hunter Lab48.434445.1424-51.4032
CIE-Lab55.541950.8561-49.0091

#b064db color RGB value is (176,100,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100100 11011011
Octal 260 144 333
Decimal 176 100 219
Hex B0 64 DB

RGB Percentages of Color #b064db

%35.56
%20.20
%44.24

CMYK Percentages of Color #b064db

%20
%54
%0
%14

Triadic Colors of #b064db

#b064db #dbb064 #64dbb0

Analogous Colors of #b064db

#b064db #db64cb #7564db

Monochromatic Colors of #b064db

#b064db

Complementary Color

#b064db #8fdb64

#b064db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b064db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b064db Color CSS Codes

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

#b064db Text Font Color

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

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


#b064db Background Color

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

This div background color is #b064db


#b064db Border Color

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

This div border color is #b064db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b064db


Comments

No comments written yet.

Please login to write comment.