Color Hex Logo

#b753bf Color Hex

#B753BF
(183,83,191)
0 Favorites   0 Comments

Color spaces of #b753bf

RGB 18383191
HSL0.820.460.54
HSV296°57°75°
CMYK 0.040.570.00   0.25
XYZ32.025720.015451.4656
Yxy20.01540.30940.1934
Hunter Lab44.738649.4851-36.8880
CIE-Lab51.854655.4518-38.8027

#b753bf color RGB value is (183,83,191).

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

The process color (four color CMYK) of #b753bf color hex is 0.04, 0.57, 0.00, 0.25. Web safe color of #b753bf is #cc66cc. Color #b753bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010011 10111111
Octal 267 123 277
Decimal 183 83 191
Hex B7 53 BF

RGB Percentages of Color #b753bf

%40.04
%18.16
%41.79

CMYK Percentages of Color #b753bf

%4
%57
%0
%25

Triadic Colors of #b753bf

#b753bf #bfb753 #53bfb7

Analogous Colors of #b753bf

#b753bf #bf5391 #8153bf

Monochromatic Colors of #b753bf

#b753bf

Complementary Color

#b753bf #5bbf53

#b753bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b753bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b753bf Color CSS Codes

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

#b753bf Text Font Color

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

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


#b753bf Background Color

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

This div background color is #b753bf


#b753bf Border Color

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

This div border color is #b753bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,83,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b753bf


Comments

No comments written yet.

Please login to write comment.