color codes Logo

#481dcd color codes

#481DCD
(72,29,205)
0 Favorites   0 Comments

Color spaces of #481dcd

RGB 7229205
HSL0.710.750.46
HSV255°86°80°
CMYK 0.650.860.00   0.20
XYZ14.13136.664258.2991
Yxy6.66420.17870.0843
Hunter Lab25.815152.5352-115.8259
CIE-Lab31.029962.1662-81.3182

#481dcd color RGB value is (72,29,205).

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

The process color (four color CMYK) of #481dcd color code is 0.65, 0.86, 0.00, 0.20. Web safe color of #481dcd is #3333cc. Color #481dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011101 11001101
Octal 110 35 315
Decimal 72 29 205
Hex 48 1D CD

RGB Percentages of Color #481dcd

%23.53
%9.48
%66.99

CMYK Percentages of Color #481dcd

%65
%86
%0
%20

Triadic Colors of #481dcd

#481dcd #cd481d #1dcd48

Analogous Colors of #481dcd

#481dcd #a01dcd #1d4acd

Monochromatic Colors of #481dcd

#481dcd

Complementary Color

#481dcd #a2cd1d

#481dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#481dcd Color CSS Codes

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

#481dcd Text Font Color

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

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


#481dcd Background Color

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

This div background color is #481dcd


#481dcd Border Color

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

This div border color is #481dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481dcd


Comments

No comments written yet.

Please login to write comment.