Color Hex Logo

#b380ff Color Hex

#B380FF
(179,128,255)
0 Favorites   0 Comments

Color spaces of #b380ff

RGB 179128255
HSL0.731.000.75
HSV264°50°100°
CMYK 0.300.500.00   0.00
XYZ44.359632.242098.4931
Yxy32.24200.25330.1841
Hunter Lab56.782040.0803-63.0959
CIE-Lab63.542444.9853-56.2826

#b380ff color RGB value is (179,128,255).

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

The process color (four color CMYK) of #b380ff color hex is 0.30, 0.50, 0.00, 0.00. Web safe color of #b380ff is #cc99ff. Color #b380ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000000 11111111
Octal 263 200 377
Decimal 179 128 255
Hex B3 80 FF

RGB Percentages of Color #b380ff

%31.85
%22.78
%45.37

CMYK Percentages of Color #b380ff

%30
%50
%0
%0

Triadic Colors of #b380ff

#b380ff #ffb380 #80ffb3

Analogous Colors of #b380ff

#b380ff #f380ff #808dff

Monochromatic Colors of #b380ff

#b380ff

Complementary Color

#b380ff #ccff80

#b380ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b380ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b380ff Color CSS Codes

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

#b380ff Text Font Color

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

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


#b380ff Background Color

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

This div background color is #b380ff


#b380ff Border Color

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

This div border color is #b380ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b380ff

Related Colors


Comments

No comments written yet.

Please login to write comment.