Color Hex Logo

#b542bd Color Hex

#B542BD
(181,66,189)
0 Favorites   0 Comments

Color spaces of #b542bd

RGB 18166189
HSL0.820.480.50
HSV296°65°74°
CMYK 0.040.650.00   0.26
XYZ30.189617.394349.9104
Yxy17.39430.30970.1784
Hunter Lab41.706556.2225-41.7582
CIE-Lab48.753162.0401-42.5648

#b542bd color RGB value is (181,66,189).

#b542bd hex color red value is 181, green value is 66 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b542bd hue: 0.82 , saturation: 0.48 and the lightness value of b542bd is 0.50.

The process color (four color CMYK) of #b542bd color hex is 0.04, 0.65, 0.00, 0.26. Web safe color of #b542bd is #cc33cc. Color #b542bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000010 10111101
Octal 265 102 275
Decimal 181 66 189
Hex B5 42 BD

RGB Percentages of Color #b542bd

%41.51
%15.14
%43.35

CMYK Percentages of Color #b542bd

%4
%65
%0
%26

Triadic Colors of #b542bd

#b542bd #bdb542 #42bdb5

Analogous Colors of #b542bd

#b542bd #bd4288 #7842bd

Monochromatic Colors of #b542bd

#b542bd

Complementary Color

#b542bd #4abd42

#b542bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b542bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b542bd Color CSS Codes

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

#b542bd Text Font Color

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

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


#b542bd Background Color

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

This div background color is #b542bd


#b542bd Border Color

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

This div border color is #b542bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b542bd


Comments

No comments written yet.

Please login to write comment.