Color Hex Logo

#b483df Color Hex

#B483DF
(180,131,223)
0 Favorites   0 Comments

Color spaces of #b483df

RGB 180131223
HSL0.760.590.69
HSV272°41°87°
CMYK 0.190.410.00   0.13
XYZ40.258031.263673.7247
Yxy31.26360.27720.2152
Hunter Lab55.913930.6708-39.0366
CIE-Lab62.729536.1468-39.8823

#b483df color RGB value is (180,131,223).

#b483df hex color red value is 180, green value is 131 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b483df hue: 0.76 , saturation: 0.59 and the lightness value of b483df is 0.69.

The process color (four color CMYK) of #b483df color hex is 0.19, 0.41, 0.00, 0.13. Web safe color of #b483df is #cc99cc. Color #b483df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000011 11011111
Octal 264 203 337
Decimal 180 131 223
Hex B4 83 DF

RGB Percentages of Color #b483df

%33.71
%24.53
%41.76

CMYK Percentages of Color #b483df

%19
%41
%0
%13

Triadic Colors of #b483df

#b483df #dfb483 #83dfb4

Analogous Colors of #b483df

#b483df #df83dc #8683df

Monochromatic Colors of #b483df

#b483df

Complementary Color

#b483df #aedf83

#b483df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b483df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b483df Color CSS Codes

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

#b483df Text Font Color

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

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


#b483df Background Color

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

This div background color is #b483df


#b483df Border Color

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

This div border color is #b483df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,131,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b483df


Comments

No comments written yet.

Please login to write comment.