Color Hex Logo

#b483ff Color Hex

#B483FF
(180,131,255)
0 Favorites   0 Comments

Color spaces of #b483ff

RGB 180131255
HSL0.731.000.76
HSV264°49°100°
CMYK 0.290.490.00   0.00
XYZ44.988733.155998.6363
Yxy33.15590.25450.1876
Hunter Lab57.581238.6967-61.2567
CIE-Lab64.286943.6008-55.0926

#b483ff color RGB value is (180,131,255).

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

The process color (four color CMYK) of #b483ff color hex is 0.29, 0.49, 0.00, 0.00. Web safe color of #b483ff is #cc99ff. Color #b483ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000011 11111111
Octal 264 203 377
Decimal 180 131 255
Hex B4 83 FF

RGB Percentages of Color #b483ff

%31.80
%23.14
%45.05

CMYK Percentages of Color #b483ff

%29
%49
%0
%0

Triadic Colors of #b483ff

#b483ff #ffb483 #83ffb4

Analogous Colors of #b483ff

#b483ff #f283ff #8390ff

Monochromatic Colors of #b483ff

#b483ff

Complementary Color

#b483ff #ceff83

#b483ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b483ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b483ff Color CSS Codes

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

#b483ff Text Font Color

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

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


#b483ff Background Color

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

This div background color is #b483ff


#b483ff Border Color

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

This div border color is #b483ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b483ff

Related Colors


Comments

No comments written yet.

Please login to write comment.