Color Hex Logo

#b55fed Color Hex

#B55FED
(181,95,237)
0 Favorites   0 Comments

Color spaces of #b55fed

RGB 18195237
HSL0.770.800.65
HSV276°60°93°
CMYK 0.240.600.00   0.07
XYZ38.434324.122682.7512
Yxy24.12260.26450.1660
Hunter Lab49.114853.7327-65.5147
CIE-Lab56.210358.4889-58.0156

#b55fed color RGB value is (181,95,237).

#b55fed hex color red value is 181, green value is 95 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b55fed hue: 0.77 , saturation: 0.80 and the lightness value of b55fed is 0.65.

The process color (four color CMYK) of #b55fed color hex is 0.24, 0.60, 0.00, 0.07. Web safe color of #b55fed is #cc66ff. Color #b55fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011111 11101101
Octal 265 137 355
Decimal 181 95 237
Hex B5 5F ED

RGB Percentages of Color #b55fed

%35.28
%18.52
%46.20

CMYK Percentages of Color #b55fed

%24
%60
%0
%7

Triadic Colors of #b55fed

#b55fed #edb55f #5fedb5

Analogous Colors of #b55fed

#b55fed #ed5fde #6e5fed

Monochromatic Colors of #b55fed

#b55fed

Complementary Color

#b55fed #97ed5f

#b55fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55fed Color CSS Codes

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

#b55fed Text Font Color

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

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


#b55fed Background Color

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

This div background color is #b55fed


#b55fed Border Color

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

This div border color is #b55fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55fed


Comments

No comments written yet.

Please login to write comment.