Color Hex Logo

#b547ed Color Hex

#B547ED
(181,71,237)
0 Favorites   0 Comments

Color spaces of #b547ed

RGB 18171237
HSL0.780.820.60
HSV280°70°93°
CMYK 0.240.700.00   0.07
XYZ36.595420.444782.1382
Yxy20.44470.26290.1469
Hunter Lab45.215865.3412-76.0540
CIE-Lab52.336369.1939-64.2432

#b547ed color RGB value is (181,71,237).

#b547ed hex color red value is 181, green value is 71 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b547ed hue: 0.78 , saturation: 0.82 and the lightness value of b547ed is 0.60.

The process color (four color CMYK) of #b547ed color hex is 0.24, 0.70, 0.00, 0.07. Web safe color of #b547ed is #cc33ff. Color #b547ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000111 11101101
Octal 265 107 355
Decimal 181 71 237
Hex B5 47 ED

RGB Percentages of Color #b547ed

%37.01
%14.52
%48.47

CMYK Percentages of Color #b547ed

%24
%70
%0
%7

Triadic Colors of #b547ed

#b547ed #edb547 #47edb5

Analogous Colors of #b547ed

#b547ed #ed47d2 #6247ed

Monochromatic Colors of #b547ed

#b547ed

Complementary Color

#b547ed #7fed47

#b547ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b547ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b547ed Color CSS Codes

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

#b547ed Text Font Color

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

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


#b547ed Background Color

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

This div background color is #b547ed


#b547ed Border Color

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

This div border color is #b547ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b547ed


Comments

No comments written yet.

Please login to write comment.