Color Hex Logo

#b61aed Color Hex

#B61AED
(182,26,237)
0 Favorites   0 Comments

Color spaces of #b61aed

RGB 18226237
HSL0.790.850.52
HSV284°89°93°
CMYK 0.230.890.00   0.07
XYZ34.946916.798381.5213
Yxy16.79830.26220.1261
Hunter Lab40.985780.4748-89.2388
CIE-Lab48.004982.3179-71.2542

#b61aed color RGB value is (182,26,237).

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

The process color (four color CMYK) of #b61aed color hex is 0.23, 0.89, 0.00, 0.07. Web safe color of #b61aed is #cc33ff. Color #b61aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011010 11101101
Octal 266 32 355
Decimal 182 26 237
Hex B6 1A ED

RGB Percentages of Color #b61aed

%40.90
%5.84
%53.26

CMYK Percentages of Color #b61aed

%23
%89
%0
%7

Triadic Colors of #b61aed

#b61aed #edb61a #1aedb6

Analogous Colors of #b61aed

#b61aed #ed1abb #4d1aed

Monochromatic Colors of #b61aed

#b61aed

Complementary Color

#b61aed #51ed1a

#b61aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61aed Color CSS Codes

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

#b61aed Text Font Color

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

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


#b61aed Background Color

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

This div background color is #b61aed


#b61aed Border Color

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

This div border color is #b61aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61aed


Comments

No comments written yet.

Please login to write comment.