Color Hex Logo

#b064df Color Hex

#B064DF
(176,100,223)
0 Favorites   0 Comments

Color spaces of #b064df

RGB 176100223
HSL0.770.660.63
HSV277°55°87°
CMYK 0.210.550.00   0.13
XYZ35.781023.672272.4954
Yxy23.67220.27120.1794
Hunter Lab48.654146.1271-54.2852
CIE-Lab55.758151.7263-50.9204

#b064df color RGB value is (176,100,223).

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

The process color (four color CMYK) of #b064df color hex is 0.21, 0.55, 0.00, 0.13. Web safe color of #b064df is #9966cc. Color #b064df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100100 11011111
Octal 260 144 337
Decimal 176 100 223
Hex B0 64 DF

RGB Percentages of Color #b064df

%35.27
%20.04
%44.69

CMYK Percentages of Color #b064df

%21
%55
%0
%13

Triadic Colors of #b064df

#b064df #dfb064 #64dfb0

Analogous Colors of #b064df

#b064df #df64d1 #7364df

Monochromatic Colors of #b064df

#b064df

Complementary Color

#b064df #93df64

#b064df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b064df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b064df Color CSS Codes

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

#b064df Text Font Color

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

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


#b064df Background Color

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

This div background color is #b064df


#b064df Border Color

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

This div border color is #b064df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,100,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b064df


Comments

No comments written yet.

Please login to write comment.