Color Hex Logo

#b81aed Color Hex

#B81AED
(184,26,237)
0 Favorites   0 Comments

Color spaces of #b81aed

RGB 18426237
HSL0.790.850.52
HSV285°89°93°
CMYK 0.220.890.00   0.07
XYZ35.422617.043681.5435
Yxy17.04360.26430.1272
Hunter Lab41.283980.9106-88.2102
CIE-Lab48.314982.5994-70.7361

#b81aed color RGB value is (184,26,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00011010 11101101
Octal 270 32 355
Decimal 184 26 237
Hex B8 1A ED

RGB Percentages of Color #b81aed

%41.16
%5.82
%53.02

CMYK Percentages of Color #b81aed

%22
%89
%0
%7

Triadic Colors of #b81aed

#b81aed #edb81a #1aedb8

Analogous Colors of #b81aed

#b81aed #ed1ab9 #4e1aed

Monochromatic Colors of #b81aed

#b81aed

Complementary Color

#b81aed #4fed1a

#b81aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b81aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b81aed Color CSS Codes

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

#b81aed Text Font Color

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

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


#b81aed Background Color

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

This div background color is #b81aed


#b81aed Border Color

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

This div border color is #b81aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b81aed


Comments

No comments written yet.

Please login to write comment.