Color Hex Logo

#b51afd Color Hex

#B51AFD
(181,26,253)
0 Favorites   0 Comments

Color spaces of #b51afd

RGB 18126253
HSL0.780.980.55
HSV281°90°99°
CMYK 0.280.900.00   0.01
XYZ37.155117.654494.3779
Yxy17.65440.24900.1183
Hunter Lab42.017184.3148-103.7638
CIE-Lab49.074285.0997-78.4955

#b51afd color RGB value is (181,26,253).

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

The process color (four color CMYK) of #b51afd color hex is 0.28, 0.90, 0.00, 0.01. Web safe color of #b51afd is #cc33ff. Color #b51afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011010 11111101
Octal 265 32 375
Decimal 181 26 253
Hex B5 1A FD

RGB Percentages of Color #b51afd

%39.35
%5.65
%55.00

CMYK Percentages of Color #b51afd

%28
%90
%0
%1

Triadic Colors of #b51afd

#b51afd #fdb51a #1afdb5

Analogous Colors of #b51afd

#b51afd #fd1ad4 #441afd

Monochromatic Colors of #b51afd

#b51afd

Complementary Color

#b51afd #62fd1a

#b51afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51afd Color CSS Codes

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

#b51afd Text Font Color

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

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


#b51afd Background Color

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

This div background color is #b51afd


#b51afd Border Color

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

This div border color is #b51afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51afd

Related Colors


Comments

No comments written yet.

Please login to write comment.