Color Hex Logo

#b05dff Color Hex

#B05DFF
(176,93,255)
0 Favorites   0 Comments

Color spaces of #b05dff

RGB 17693255
HSL0.751.000.68
HSV271°64°100°
CMYK 0.310.640.00   0.00
XYZ39.868824.278897.1927
Yxy24.27880.24710.1505
Hunter Lab49.273558.2015-82.4589
CIE-Lab56.365962.3625-67.8009

#b05dff color RGB value is (176,93,255).

#b05dff hex color red value is 176, green value is 93 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b05dff hue: 0.75 , saturation: 1.00 and the lightness value of b05dff is 0.68.

The process color (four color CMYK) of #b05dff color hex is 0.31, 0.64, 0.00, 0.00. Web safe color of #b05dff is #9966ff. Color #b05dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011101 11111111
Octal 260 135 377
Decimal 176 93 255
Hex B0 5D FF

RGB Percentages of Color #b05dff

%33.59
%17.75
%48.66

CMYK Percentages of Color #b05dff

%31
%64
%0
%0

Triadic Colors of #b05dff

#b05dff #ffb05d #5dffb0

Analogous Colors of #b05dff

#b05dff #ff5dfd #5f5dff

Monochromatic Colors of #b05dff

#b05dff

Complementary Color

#b05dff #acff5d

#b05dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05dff Color CSS Codes

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

#b05dff Text Font Color

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

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


#b05dff Background Color

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

This div background color is #b05dff


#b05dff Border Color

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

This div border color is #b05dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05dff

Related Colors


Comments

No comments written yet.

Please login to write comment.