Color Hex Logo

#b246ff Color Hex

#B246FF
(178,70,255)
0 Favorites   0 Comments

Color spaces of #b246ff

RGB 17870255
HSL0.761.000.64
HSV275°73°100°
CMYK 0.300.730.00   0.00
XYZ38.600321.065396.6393
Yxy21.06530.24700.1348
Hunter Lab45.896969.8026-92.7115
CIE-Lab53.020972.7681-73.2019

#b246ff color RGB value is (178,70,255).

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

The process color (four color CMYK) of #b246ff color hex is 0.30, 0.73, 0.00, 0.00. Web safe color of #b246ff is #9933ff. Color #b246ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000110 11111111
Octal 262 106 377
Decimal 178 70 255
Hex B2 46 FF

RGB Percentages of Color #b246ff

%35.39
%13.92
%50.70

CMYK Percentages of Color #b246ff

%30
%73
%0
%0

Triadic Colors of #b246ff

#b246ff #ffb246 #46ffb2

Analogous Colors of #b246ff

#b246ff #ff46f0 #5646ff

Monochromatic Colors of #b246ff

#b246ff

Complementary Color

#b246ff #93ff46

#b246ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b246ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b246ff Color CSS Codes

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

#b246ff Text Font Color

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

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


#b246ff Background Color

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

This div background color is #b246ff


#b246ff Border Color

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

This div border color is #b246ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b246ff


Comments

No comments written yet.

Please login to write comment.