Color Hex Logo

#b55dff Color Hex

#B55DFF
(181,93,255)
0 Favorites   0 Comments

Color spaces of #b55dff

RGB 18193255
HSL0.761.000.68
HSV273°64°100°
CMYK 0.290.640.00   0.00
XYZ41.020424.872597.2466
Yxy24.87250.25140.1525
Hunter Lab49.872359.5411-80.6996
CIE-Lab56.951063.4099-66.8277

#b55dff color RGB value is (181,93,255).

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

The process color (four color CMYK) of #b55dff color hex is 0.29, 0.64, 0.00, 0.00. Web safe color of #b55dff is #cc66ff. Color #b55dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011101 11111111
Octal 265 135 377
Decimal 181 93 255
Hex B5 5D FF

RGB Percentages of Color #b55dff

%34.22
%17.58
%48.20

CMYK Percentages of Color #b55dff

%29
%64
%0
%0

Triadic Colors of #b55dff

#b55dff #ffb55d #5dffb5

Analogous Colors of #b55dff

#b55dff #ff5df8 #645dff

Monochromatic Colors of #b55dff

#b55dff

Complementary Color

#b55dff #a7ff5d

#b55dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55dff Color CSS Codes

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

#b55dff Text Font Color

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

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


#b55dff Background Color

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

This div background color is #b55dff


#b55dff Border Color

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

This div border color is #b55dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55dff

Related Colors


Comments

No comments written yet.

Please login to write comment.