Color Hex Logo

#b558ec Color Hex

#B558EC
(181,88,236)
0 Favorites   0 Comments

Color spaces of #b558ec

RGB 18188236
HSL0.770.800.64
HSV278°63°93°
CMYK 0.230.630.00   0.07
XYZ37.686122.859381.7829
Yxy22.85930.26480.1606
Hunter Lab47.811457.0281-67.9494
CIE-Lab54.927161.6051-59.5134

#b558ec color RGB value is (181,88,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011000 11101100
Octal 265 130 354
Decimal 181 88 236
Hex B5 58 EC

RGB Percentages of Color #b558ec

%35.84
%17.43
%46.73

CMYK Percentages of Color #b558ec

%23
%63
%0
%7

Triadic Colors of #b558ec

#b558ec #ecb558 #58ecb5

Analogous Colors of #b558ec

#b558ec #ec58d9 #6b58ec

Monochromatic Colors of #b558ec

#b558ec

Complementary Color

#b558ec #8fec58

#b558ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b558ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b558ec Color CSS Codes

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

#b558ec Text Font Color

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

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


#b558ec Background Color

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

This div background color is #b558ec


#b558ec Border Color

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

This div border color is #b558ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b558ec


Comments

No comments written yet.

Please login to write comment.