Color Hex Logo

#471ddc Color Hex

#471DDC
(71,29,220)
0 Favorites   0 Comments

Color spaces of #471ddc

RGB 7129220
HSL0.700.770.49
HSV253°87°86°
CMYK 0.680.870.00   0.14
XYZ15.95627.385668.2947
Yxy7.38560.17410.0806
Hunter Lab27.176557.2445-129.9728
CIE-Lab32.669166.0445-87.2885

#471ddc color RGB value is (71,29,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011101 11011100
Octal 107 35 334
Decimal 71 29 220
Hex 47 1D DC

RGB Percentages of Color #471ddc

%22.19
%9.06
%68.75

CMYK Percentages of Color #471ddc

%68
%87
%0
%14

Triadic Colors of #471ddc

#471ddc #dc471d #1ddc47

Analogous Colors of #471ddc

#471ddc #a71ddc #1d53dc

Monochromatic Colors of #471ddc

#471ddc

Complementary Color

#471ddc #b2dc1d

#471ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#471ddc Color CSS Codes

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

#471ddc Text Font Color

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

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


#471ddc Background Color

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

This div background color is #471ddc


#471ddc Border Color

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

This div border color is #471ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471ddc


Comments

No comments written yet.

Please login to write comment.