Color Hex Logo

#481cda Color Hex

#481CDA
(72,28,218)
0 Favorites   0 Comments

Color spaces of #481cda

RGB 7228218
HSL0.710.770.48
HSV254°87°85°
CMYK 0.670.870.00   0.15
XYZ15.74267.270266.9032
Yxy7.27020.17510.0809
Hunter Lab26.963357.0319-128.2401
CIE-Lab32.414365.9065-86.5571

#481cda color RGB value is (72,28,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011100 11011010
Octal 110 34 332
Decimal 72 28 218
Hex 48 1C DA

RGB Percentages of Color #481cda

%22.64
%8.81
%68.55

CMYK Percentages of Color #481cda

%67
%87
%0
%15

Triadic Colors of #481cda

#481cda #da481c #1cda48

Analogous Colors of #481cda

#481cda #a71cda #1c4fda

Monochromatic Colors of #481cda

#481cda

Complementary Color

#481cda #aeda1c

#481cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#481cda Color CSS Codes

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

#481cda Text Font Color

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

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


#481cda Background Color

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

This div background color is #481cda


#481cda Border Color

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

This div border color is #481cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481cda


Comments

No comments written yet.

Please login to write comment.