Color Hex Logo

#481cd1 Color Hex

#481CD1
(72,28,209)
0 Favorites   0 Comments

Color spaces of #481cd1

RGB 7228209
HSL0.710.760.46
HSV255°87°82°
CMYK 0.660.870.00   0.18
XYZ14.59646.811760.8671
Yxy6.81170.17740.0828
Hunter Lab26.099254.1552-120.0032
CIE-Lab31.374363.5562-83.0747

#481cd1 color RGB value is (72,28,209).

#481cd1 hex color red value is 72, green value is 28 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #481cd1 hue: 0.71 , saturation: 0.76 and the lightness value of 481cd1 is 0.46.

The process color (four color CMYK) of #481cd1 color hex is 0.66, 0.87, 0.00, 0.18. Web safe color of #481cd1 is #3333cc. Color #481cd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011100 11010001
Octal 110 34 321
Decimal 72 28 209
Hex 48 1C D1

RGB Percentages of Color #481cd1

%23.30
%9.06
%67.64

CMYK Percentages of Color #481cd1

%66
%87
%0
%18

Triadic Colors of #481cd1

#481cd1 #d1481c #1cd148

Analogous Colors of #481cd1

#481cd1 #a31cd1 #1c4bd1

Monochromatic Colors of #481cd1

#481cd1

Complementary Color

#481cd1 #a5d11c

#481cd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481cd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481cd1 Color CSS Codes

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

#481cd1 Text Font Color

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

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


#481cd1 Background Color

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

This div background color is #481cd1


#481cd1 Border Color

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

This div border color is #481cd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481cd1


Comments

No comments written yet.

Please login to write comment.