Color Hex Logo

#b55dfd Color Hex

#B55DFD
(181,93,253)
0 Favorites   0 Comments

Color spaces of #b55dfd

RGB 18193253
HSL0.760.980.68
HSV273°63°99°
CMYK 0.280.630.00   0.01
XYZ40.700024.744395.5595
Yxy24.74430.25280.1537
Hunter Lab49.743658.9964-79.0779
CIE-Lab56.825462.9648-65.9238

#b55dfd color RGB value is (181,93,253).

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

The process color (four color CMYK) of #b55dfd color hex is 0.28, 0.63, 0.00, 0.01. Web safe color of #b55dfd is #cc66ff. Color #b55dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011101 11111101
Octal 265 135 375
Decimal 181 93 253
Hex B5 5D FD

RGB Percentages of Color #b55dfd

%34.35
%17.65
%48.01

CMYK Percentages of Color #b55dfd

%28
%63
%0
%1

Triadic Colors of #b55dfd

#b55dfd #fdb55d #5dfdb5

Analogous Colors of #b55dfd

#b55dfd #fd5df5 #655dfd

Monochromatic Colors of #b55dfd

#b55dfd

Complementary Color

#b55dfd #a5fd5d

#b55dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55dfd Color CSS Codes

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

#b55dfd Text Font Color

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

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


#b55dfd Background Color

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

This div background color is #b55dfd


#b55dfd Border Color

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

This div border color is #b55dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55dfd


Comments

No comments written yet.

Please login to write comment.