Color Hex Logo

#470dbc Color Hex

#470DBC
(71,13,188)
0 Favorites   0 Comments

Color spaces of #470dbc

RGB 7113188
HSL0.720.870.39
HSV260°93°74°
CMYK 0.620.930.00   0.26
XYZ11.81965.258347.9689
Yxy5.25830.18170.0808
Hunter Lab22.931051.8772-107.9760
CIE-Lab27.458362.2491-77.2538

#470dbc color RGB value is (71,13,188).

#470dbc hex color red value is 71, green value is 13 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #470dbc hue: 0.72 , saturation: 0.87 and the lightness value of 470dbc is 0.39.

The process color (four color CMYK) of #470dbc color hex is 0.62, 0.93, 0.00, 0.26. Web safe color of #470dbc is #3300cc. Color #470dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001101 10111100
Octal 107 15 274
Decimal 71 13 188
Hex 47 D BC

RGB Percentages of Color #470dbc

%26.10
%4.78
%69.12

CMYK Percentages of Color #470dbc

%62
%93
%0
%26

Triadic Colors of #470dbc

#470dbc #bc470d #0dbc47

Analogous Colors of #470dbc

#470dbc #9f0dbc #0d2bbc

Monochromatic Colors of #470dbc

#470dbc

Complementary Color

#470dbc #82bc0d

#470dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#470dbc Color CSS Codes

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

#470dbc Text Font Color

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

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


#470dbc Background Color

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

This div background color is #470dbc


#470dbc Border Color

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

This div border color is #470dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470dbc


Comments

No comments written yet.

Please login to write comment.