Color Hex Logo

#b55fec Color Hex

#B55FEC
(181,95,236)
0 Favorites   0 Comments

Color spaces of #b55fec

RGB 18195236
HSL0.770.790.65
HSV277°60°93°
CMYK 0.230.600.00   0.07
XYZ38.288624.064381.9837
Yxy24.06430.26530.1667
Hunter Lab49.055453.4755-64.7495
CIE-Lab56.152158.2721-57.5500

#b55fec color RGB value is (181,95,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011111 11101100
Octal 265 137 354
Decimal 181 95 236
Hex B5 5F EC

RGB Percentages of Color #b55fec

%35.35
%18.55
%46.09

CMYK Percentages of Color #b55fec

%23
%60
%0
%7

Triadic Colors of #b55fec

#b55fec #ecb55f #5fecb5

Analogous Colors of #b55fec

#b55fec #ec5fdd #6f5fec

Monochromatic Colors of #b55fec

#b55fec

Complementary Color

#b55fec #96ec5f

#b55fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55fec Color CSS Codes

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

#b55fec Text Font Color

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

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


#b55fec Background Color

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

This div background color is #b55fec


#b55fec Border Color

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

This div border color is #b55fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55fec


Comments

No comments written yet.

Please login to write comment.