Color Hex Logo

#470dec Color Hex

#470DEC
(71,13,236)
0 Favorites   0 Comments

Color spaces of #470dec

RGB 7113236
HSL0.710.900.49
HSV256°94°93°
CMYK 0.700.940.00   0.07
XYZ17.88287.683679.8974
Yxy7.68360.16960.0729
Hunter Lab27.719366.6485-151.4924
CIE-Lab33.315173.9424-95.3675

#470dec color RGB value is (71,13,236).

#470dec hex color red value is 71, green value is 13 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #470dec hue: 0.71 , saturation: 0.90 and the lightness value of 470dec is 0.49.

The process color (four color CMYK) of #470dec color hex is 0.70, 0.94, 0.00, 0.07. Web safe color of #470dec is #3300ff. Color #470dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001101 11101100
Octal 107 15 354
Decimal 71 13 236
Hex 47 D EC

RGB Percentages of Color #470dec

%22.19
%4.06
%73.75

CMYK Percentages of Color #470dec

%70
%94
%0
%7

Triadic Colors of #470dec

#470dec #ec470d #0dec47

Analogous Colors of #470dec

#470dec #b70dec #0d42ec

Monochromatic Colors of #470dec

#470dec

Complementary Color

#470dec #b2ec0d

#470dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#470dec Color CSS Codes

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

#470dec Text Font Color

<p style="color:#470dec">Text here</p>

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


#470dec Background Color

<div style="background-color:#470dec">
Div content here</div>

This div background color is #470dec


#470dec Border Color

<div style="border:3px solid #470dec">
Div here</div>

This div border color is #470dec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,13,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #470dec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #470dec;
  -webkit-box-shadow: 1px 1px 3px 2px #470dec;
  box-shadow:         1px 1px 3px 2px #470dec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470dec


Comments

No comments written yet.

Please login to write comment.