Color Hex Logo

#b253bd Color Hex

#B253BD
(178,83,189)
0 Favorites   0 Comments

Color spaces of #b253bd

RGB 17883189
HSL0.820.450.53
HSV294°56°74°
CMYK 0.060.560.00   0.26
XYZ30.638719.325650.2595
Yxy19.32560.30570.1928
Hunter Lab43.960947.4747-37.0123
CIE-Lab51.066053.7539-38.9357

#b253bd color RGB value is (178,83,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010011 10111101
Octal 262 123 275
Decimal 178 83 189
Hex B2 53 BD

RGB Percentages of Color #b253bd

%39.56
%18.44
%42.00

CMYK Percentages of Color #b253bd

%6
%56
%0
%26

Triadic Colors of #b253bd

#b253bd #bdb253 #53bdb2

Analogous Colors of #b253bd

#b253bd #bd5393 #7d53bd

Monochromatic Colors of #b253bd

#b253bd

Complementary Color

#b253bd #5ebd53

#b253bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b253bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b253bd Color CSS Codes

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

#b253bd Text Font Color

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

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


#b253bd Background Color

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

This div background color is #b253bd


#b253bd Border Color

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

This div border color is #b253bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b253bd


Comments

No comments written yet.

Please login to write comment.