Color Hex Logo

#b61de9 Color Hex

#B61DE9
(182,29,233)
0 Favorites   0 Comments

Color spaces of #b61de9

RGB 18229233
HSL0.790.820.51
HSV285°88°91°
CMYK 0.220.880.00   0.09
XYZ34.438716.707078.5004
Yxy16.70700.26560.1289
Hunter Lab40.874278.8660-85.2567
CIE-Lab47.888781.0738-69.1830

#b61de9 color RGB value is (182,29,233).

#b61de9 hex color red value is 182, green value is 29 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #b61de9 hue: 0.79 , saturation: 0.82 and the lightness value of b61de9 is 0.51.

The process color (four color CMYK) of #b61de9 color hex is 0.22, 0.88, 0.00, 0.09. Web safe color of #b61de9 is #cc33ff. Color #b61de9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011101 11101001
Octal 266 35 351
Decimal 182 29 233
Hex B6 1D E9

RGB Percentages of Color #b61de9

%40.99
%6.53
%52.48

CMYK Percentages of Color #b61de9

%22
%88
%0
%9

Triadic Colors of #b61de9

#b61de9 #e9b61d #1de9b6

Analogous Colors of #b61de9

#b61de9 #e91db6 #501de9

Monochromatic Colors of #b61de9

#b61de9

Complementary Color

#b61de9 #50e91d

#b61de9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61de9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61de9 Color CSS Codes

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

#b61de9 Text Font Color

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

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


#b61de9 Background Color

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

This div background color is #b61de9


#b61de9 Border Color

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

This div border color is #b61de9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61de9


Comments

No comments written yet.

Please login to write comment.