Color Hex Logo

#b254bd Color Hex

#B254BD
(178,84,189)
0 Favorites   0 Comments

Color spaces of #b254bd

RGB 17884189
HSL0.820.440.54
HSV294°56°74°
CMYK 0.060.560.00   0.26
XYZ30.715719.479750.2852
Yxy19.47970.30570.1939
Hunter Lab44.135846.9869-36.6557
CIE-Lab51.243853.2745-38.6555

#b254bd color RGB value is (178,84,189).

#b254bd hex color red value is 178, green value is 84 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b254bd hue: 0.82 , saturation: 0.44 and the lightness value of b254bd is 0.54.

The process color (four color CMYK) of #b254bd color hex is 0.06, 0.56, 0.00, 0.26. Web safe color of #b254bd is #9966cc. Color #b254bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010100 10111101
Octal 262 124 275
Decimal 178 84 189
Hex B2 54 BD

RGB Percentages of Color #b254bd

%39.47
%18.63
%41.91

CMYK Percentages of Color #b254bd

%6
%56
%0
%26

Triadic Colors of #b254bd

#b254bd #bdb254 #54bdb2

Analogous Colors of #b254bd

#b254bd #bd5494 #7e54bd

Monochromatic Colors of #b254bd

#b254bd

Complementary Color

#b254bd #5fbd54

#b254bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b254bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b254bd Color CSS Codes

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

#b254bd Text Font Color

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

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


#b254bd Background Color

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

This div background color is #b254bd


#b254bd Border Color

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

This div border color is #b254bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b254bd


Comments

No comments written yet.

Please login to write comment.