Color Hex Logo

#471ddb Color Hex

#471DDB
(71,29,219)
0 Favorites   0 Comments

Color spaces of #471ddb

RGB 7129219
HSL0.700.770.49
HSV253°87°86°
CMYK 0.680.870.00   0.14
XYZ15.82417.332867.5992
Yxy7.33280.17440.0808
Hunter Lab27.079156.9206-129.0536
CIE-Lab32.552865.7823-86.9058

#471ddb color RGB value is (71,29,219).

#471ddb hex color red value is 71, green value is 29 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #471ddb hue: 0.70 , saturation: 0.77 and the lightness value of 471ddb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011101 11011011
Octal 107 35 333
Decimal 71 29 219
Hex 47 1D DB

RGB Percentages of Color #471ddb

%22.26
%9.09
%68.65

CMYK Percentages of Color #471ddb

%68
%87
%0
%14

Triadic Colors of #471ddb

#471ddb #db471d #1ddb47

Analogous Colors of #471ddb

#471ddb #a61ddb #1d52db

Monochromatic Colors of #471ddb

#471ddb

Complementary Color

#471ddb #b1db1d

#471ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#471ddb Color CSS Codes

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

#471ddb Text Font Color

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

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


#471ddb Background Color

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

This div background color is #471ddb


#471ddb Border Color

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

This div border color is #471ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,29,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 #471ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471ddb


Comments

No comments written yet.

Please login to write comment.