Color Hex Logo

#b483bf Color Hex

#B483BF
(180,131,191)
0 Favorites   0 Comments

Color spaces of #b483bf

RGB 180131191
HSL0.800.320.63
HSV289°31°75°
CMYK 0.060.310.00   0.25
XYZ36.342729.697553.1069
Yxy29.69750.30500.2493
Hunter Lab54.495423.6737-19.6325
CIE-Lab61.392329.3201-23.9972

#b483bf color RGB value is (180,131,191).

#b483bf hex color red value is 180, green value is 131 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b483bf hue: 0.80 , saturation: 0.32 and the lightness value of b483bf is 0.63.

The process color (four color CMYK) of #b483bf color hex is 0.06, 0.31, 0.00, 0.25. Web safe color of #b483bf is #cc99cc. Color #b483bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000011 10111111
Octal 264 203 277
Decimal 180 131 191
Hex B4 83 BF

RGB Percentages of Color #b483bf

%35.86
%26.10
%38.05

CMYK Percentages of Color #b483bf

%6
%31
%0
%25

Triadic Colors of #b483bf

#b483bf #bfb483 #83bfb4

Analogous Colors of #b483bf

#b483bf #bf83ac #9683bf

Monochromatic Colors of #b483bf

#b483bf

Complementary Color

#b483bf #8ebf83

#b483bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b483bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b483bf Color CSS Codes

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

#b483bf Text Font Color

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

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


#b483bf Background Color

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

This div background color is #b483bf


#b483bf Border Color

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

This div border color is #b483bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b483bf


Comments

No comments written yet.

Please login to write comment.