Color Hex Logo

#481efc Color Hex

#481EFC
(72,30,252)
0 Favorites   0 Comments

Color spaces of #481efc

RGB 7230252
HSL0.700.970.55
HSV251°88°99°
CMYK 0.710.880.00   0.01
XYZ20.70749.334592.8058
Yxy9.33450.16860.0760
Hunter Lab30.552467.5146-158.7122
CIE-Lab36.620574.0484-98.9026

#481efc color RGB value is (72,30,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011110 11111100
Octal 110 36 374
Decimal 72 30 252
Hex 48 1E FC

RGB Percentages of Color #481efc

%20.34
%8.47
%71.19

CMYK Percentages of Color #481efc

%71
%88
%0
%1

Triadic Colors of #481efc

#481efc #fc481e #1efc48

Analogous Colors of #481efc

#481efc #b71efc #1e63fc

Monochromatic Colors of #481efc

#481efc

Complementary Color

#481efc #d2fc1e

#481efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#481efc Color CSS Codes

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

#481efc Text Font Color

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

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


#481efc Background Color

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

This div background color is #481efc


#481efc Border Color

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

This div border color is #481efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481efc

Related Colors


Comments

No comments written yet.

Please login to write comment.