Color Hex Logo

#b753bd Color Hex

#B753BD
(183,83,189)
0 Favorites   0 Comments

Color spaces of #b753bd

RGB 18383189
HSL0.820.450.53
HSV297°56°74°
CMYK 0.030.560.00   0.26
XYZ31.807019.927950.3142
Yxy19.92790.31170.1953
Hunter Lab44.640749.0621-35.5769
CIE-Lab51.755655.0848-37.8028

#b753bd color RGB value is (183,83,189).

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

The process color (four color CMYK) of #b753bd color hex is 0.03, 0.56, 0.00, 0.26. Web safe color of #b753bd is #cc66cc. Color #b753bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010011 10111101
Octal 267 123 275
Decimal 183 83 189
Hex B7 53 BD

RGB Percentages of Color #b753bd

%40.22
%18.24
%41.54

CMYK Percentages of Color #b753bd

%3
%56
%0
%26

Triadic Colors of #b753bd

#b753bd #bdb753 #53bdb7

Analogous Colors of #b753bd

#b753bd #bd538e #8253bd

Monochromatic Colors of #b753bd

#b753bd

Complementary Color

#b753bd #59bd53

#b753bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b753bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b753bd Color CSS Codes

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

#b753bd Text Font Color

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

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


#b753bd Background Color

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

This div background color is #b753bd


#b753bd Border Color

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

This div border color is #b753bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b753bd


Comments

No comments written yet.

Please login to write comment.