Color Hex Logo

#b81efd Color Hex

#B81EFD
(184,30,253)
0 Favorites   0 Comments

Color spaces of #b81efd

RGB 18430253
HSL0.780.980.55
HSV281°88°99°
CMYK 0.270.880.00   0.01
XYZ37.961118.210794.4428
Yxy18.21070.25200.1209
Hunter Lab42.674084.1070-101.3443
CIE-Lab49.750784.8086-77.3729

#b81efd color RGB value is (184,30,253).

#b81efd hex color red value is 184, green value is 30 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b81efd hue: 0.78 , saturation: 0.98 and the lightness value of b81efd is 0.55.

The process color (four color CMYK) of #b81efd color hex is 0.27, 0.88, 0.00, 0.01. Web safe color of #b81efd is #cc33ff. Color #b81efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00011110 11111101
Octal 270 36 375
Decimal 184 30 253
Hex B8 1E FD

RGB Percentages of Color #b81efd

%39.40
%6.42
%54.18

CMYK Percentages of Color #b81efd

%27
%88
%0
%1

Triadic Colors of #b81efd

#b81efd #fdb81e #1efdb8

Analogous Colors of #b81efd

#b81efd #fd1ed3 #491efd

Monochromatic Colors of #b81efd

#b81efd

Complementary Color

#b81efd #63fd1e

#b81efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b81efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b81efd Color CSS Codes

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

#b81efd Text Font Color

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

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


#b81efd Background Color

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

This div background color is #b81efd


#b81efd Border Color

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

This div border color is #b81efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,30,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b81efd


Comments

No comments written yet.

Please login to write comment.