Color Hex Logo

#b55de3 Color Hex

#B55DE3
(181,93,227)
0 Favorites   0 Comments

Color spaces of #b55de3

RGB 18193227
HSL0.780.710.63
HSV279°59°89°
CMYK 0.200.590.00   0.11
XYZ36.835523.198575.2094
Yxy23.19850.27240.1715
Hunter Lab48.164852.2248-58.8660
CIE-Lab55.276257.3157-53.9039

#b55de3 color RGB value is (181,93,227).

#b55de3 hex color red value is 181, green value is 93 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #b55de3 hue: 0.78 , saturation: 0.71 and the lightness value of b55de3 is 0.63.

The process color (four color CMYK) of #b55de3 color hex is 0.20, 0.59, 0.00, 0.11. Web safe color of #b55de3 is #cc66cc. Color #b55de3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011101 11100011
Octal 265 135 343
Decimal 181 93 227
Hex B5 5D E3

RGB Percentages of Color #b55de3

%36.13
%18.56
%45.31

CMYK Percentages of Color #b55de3

%20
%59
%0
%11

Triadic Colors of #b55de3

#b55de3 #e3b55d #5de3b5

Analogous Colors of #b55de3

#b55de3 #e35dce #725de3

Monochromatic Colors of #b55de3

#b55de3

Complementary Color

#b55de3 #8be35d

#b55de3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55de3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55de3 Color CSS Codes

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

#b55de3 Text Font Color

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

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


#b55de3 Background Color

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

This div background color is #b55de3


#b55de3 Border Color

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

This div border color is #b55de3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55de3


Comments

No comments written yet.

Please login to write comment.