Color Hex Logo

#471adb Color Hex

#471ADB
(71,26,219)
0 Favorites   0 Comments

Color spaces of #471adb

RGB 7126219
HSL0.710.790.48
HSV254°88°86°
CMYK 0.680.880.00   0.14
XYZ15.75417.192967.5759
Yxy7.19290.17400.0795
Hunter Lab26.819657.9185-130.6162
CIE-Lab32.242166.7156-87.4220

#471adb color RGB value is (71,26,219).

#471adb hex color red value is 71, green value is 26 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #471adb hue: 0.71 , saturation: 0.79 and the lightness value of 471adb is 0.48.

The process color (four color CMYK) of #471adb color hex is 0.68, 0.88, 0.00, 0.14. Web safe color of #471adb is #3333cc. Color #471adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011010 11011011
Octal 107 32 333
Decimal 71 26 219
Hex 47 1A DB

RGB Percentages of Color #471adb

%22.47
%8.23
%69.30

CMYK Percentages of Color #471adb

%68
%88
%0
%14

Triadic Colors of #471adb

#471adb #db471a #1adb47

Analogous Colors of #471adb

#471adb #a81adb #1a4ddb

Monochromatic Colors of #471adb

#471adb

Complementary Color

#471adb #aedb1a

#471adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#471adb Color CSS Codes

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

#471adb Text Font Color

<p style="color:#471adb">Text here</p>

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


#471adb Background Color

<div style="background-color:#471adb">
Div content here</div>

This div background color is #471adb


#471adb Border Color

<div style="border:3px solid #471adb">
Div here</div>

This div border color is #471adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,26,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #471adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #471adb;
  -webkit-box-shadow: 1px 1px 3px 2px #471adb;
  box-shadow:         1px 1px 3px 2px #471adb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,26,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471adb


Comments

No comments written yet.

Please login to write comment.