Color Hex Logo

#b392ff Color Hex

#B392FF
(179,146,255)
0 Favorites   0 Comments

Color spaces of #b392ff

RGB 179146255
HSL0.721.000.79
HSV258°43°100°
CMYK 0.300.430.00   0.00
XYZ46.919337.361599.3463
Yxy37.36150.25550.2035
Hunter Lab61.124130.0509-53.5785
CIE-Lab67.547435.0433-49.9344

#b392ff color RGB value is (179,146,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010010 11111111
Octal 263 222 377
Decimal 179 146 255
Hex B3 92 FF

RGB Percentages of Color #b392ff

%30.86
%25.17
%43.97

CMYK Percentages of Color #b392ff

%30
%43
%0
%0

Triadic Colors of #b392ff

#b392ff #ffb392 #92ffb3

Analogous Colors of #b392ff

#b392ff #ea92ff #92a8ff

Monochromatic Colors of #b392ff

#b392ff

Complementary Color

#b392ff #deff92

#b392ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b392ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b392ff Color CSS Codes

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

#b392ff Text Font Color

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

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


#b392ff Background Color

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

This div background color is #b392ff


#b392ff Border Color

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

This div border color is #b392ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b392ff

Related Colors


Comments

No comments written yet.

Please login to write comment.