Color Hex Logo

#b641ff Color Hex

#B641FF
(182,65,255)
0 Favorites   0 Comments

Color spaces of #b641ff

RGB 18265255
HSL0.771.000.63
HSV277°75°100°
CMYK 0.290.750.00   0.00
XYZ39.231720.945796.5829
Yxy20.94570.25030.1336
Hunter Lab45.766572.9215-93.0856
CIE-Lab52.890075.3402-73.3902

#b641ff color RGB value is (182,65,255).

#b641ff hex color red value is 182, green value is 65 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b641ff hue: 0.77 , saturation: 1.00 and the lightness value of b641ff is 0.63.

The process color (four color CMYK) of #b641ff color hex is 0.29, 0.75, 0.00, 0.00. Web safe color of #b641ff is #cc33ff. Color #b641ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000001 11111111
Octal 266 101 377
Decimal 182 65 255
Hex B6 41 FF

RGB Percentages of Color #b641ff

%36.25
%12.95
%50.80

CMYK Percentages of Color #b641ff

%29
%75
%0
%0

Triadic Colors of #b641ff

#b641ff #ffb641 #41ffb6

Analogous Colors of #b641ff

#b641ff #ff41e9 #5741ff

Monochromatic Colors of #b641ff

#b641ff

Complementary Color

#b641ff #8aff41

#b641ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b641ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b641ff Color CSS Codes

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

#b641ff Text Font Color

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

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


#b641ff Background Color

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

This div background color is #b641ff


#b641ff Border Color

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

This div border color is #b641ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b641ff

Related Colors


Comments

No comments written yet.

Please login to write comment.