Color Hex Logo

#b61feb Color Hex

#B61FEB
(182,31,235)
0 Favorites   0 Comments

Color spaces of #b61feb

RGB 18231235
HSL0.790.840.52
HSV284°87°92°
CMYK 0.230.870.00   0.08
XYZ34.776816.923280.0308
Yxy16.92320.26400.1285
Hunter Lab41.137878.9079-86.5482
CIE-Lab48.163181.0537-69.8678

#b61feb color RGB value is (182,31,235).

#b61feb hex color red value is 182, green value is 31 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b61feb hue: 0.79 , saturation: 0.84 and the lightness value of b61feb is 0.52.

The process color (four color CMYK) of #b61feb color hex is 0.23, 0.87, 0.00, 0.08. Web safe color of #b61feb is #cc33ff. Color #b61feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011111 11101011
Octal 266 37 353
Decimal 182 31 235
Hex B6 1F EB

RGB Percentages of Color #b61feb

%40.63
%6.92
%52.46

CMYK Percentages of Color #b61feb

%23
%87
%0
%8

Triadic Colors of #b61feb

#b61feb #ebb61f #1febb6

Analogous Colors of #b61feb

#b61feb #eb1fba #501feb

Monochromatic Colors of #b61feb

#b61feb

Complementary Color

#b61feb #54eb1f

#b61feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61feb Color CSS Codes

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

#b61feb Text Font Color

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

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


#b61feb Background Color

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

This div background color is #b61feb


#b61feb Border Color

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

This div border color is #b61feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,31,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61feb


Comments

No comments written yet.

Please login to write comment.