Color Hex Logo

#481dda Color Hex

#481DDA
(72,29,218)
0 Favorites   0 Comments

Color spaces of #481dda

RGB 7229218
HSL0.700.770.48
HSV254°87°85°
CMYK 0.670.870.00   0.15
XYZ15.76677.318466.9113
Yxy7.31840.17520.0813
Hunter Lab27.052556.6910-127.7101
CIE-Lab32.521065.5864-86.3799

#481dda color RGB value is (72,29,218).

#481dda hex color red value is 72, green value is 29 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #481dda hue: 0.70 , saturation: 0.77 and the lightness value of 481dda is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011101 11011010
Octal 110 35 332
Decimal 72 29 218
Hex 48 1D DA

RGB Percentages of Color #481dda

%22.57
%9.09
%68.34

CMYK Percentages of Color #481dda

%67
%87
%0
%15

Triadic Colors of #481dda

#481dda #da481d #1dda48

Analogous Colors of #481dda

#481dda #a71dda #1d50da

Monochromatic Colors of #481dda

#481dda

Complementary Color

#481dda #afda1d

#481dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#481dda Color CSS Codes

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

#481dda Text Font Color

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

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


#481dda Background Color

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

This div background color is #481dda


#481dda Border Color

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

This div border color is #481dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481dda


Comments

No comments written yet.

Please login to write comment.