Color Hex Logo

#481bfd Color Hex

#481BFD
(72,27,253)
0 Favorites   0 Comments

Color spaces of #481bfd

RGB 7227253
HSL0.700.980.55
HSV252°89°99°
CMYK 0.720.890.00   0.01
XYZ20.79409.253493.6186
Yxy9.25340.16810.0748
Hunter Lab30.419468.7845-161.1770
CIE-Lab36.467775.1260-99.7181

#481bfd color RGB value is (72,27,253).

#481bfd hex color red value is 72, green value is 27 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #481bfd hue: 0.70 , saturation: 0.98 and the lightness value of 481bfd is 0.55.

The process color (four color CMYK) of #481bfd color hex is 0.72, 0.89, 0.00, 0.01. Web safe color of #481bfd is #3333ff. Color #481bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011011 11111101
Octal 110 33 375
Decimal 72 27 253
Hex 48 1B FD

RGB Percentages of Color #481bfd

%20.45
%7.67
%71.88

CMYK Percentages of Color #481bfd

%72
%89
%0
%1

Triadic Colors of #481bfd

#481bfd #fd481b #1bfd48

Analogous Colors of #481bfd

#481bfd #b91bfd #1b5ffd

Monochromatic Colors of #481bfd

#481bfd

Complementary Color

#481bfd #d0fd1b

#481bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#481bfd Color CSS Codes

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

#481bfd Text Font Color

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

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


#481bfd Background Color

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

This div background color is #481bfd


#481bfd Border Color

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

This div border color is #481bfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,27,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #481bfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #481bfd;
  -webkit-box-shadow: 1px 1px 3px 2px #481bfd;
  box-shadow:         1px 1px 3px 2px #481bfd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481bfd


Comments

No comments written yet.

Please login to write comment.