Color Hex Logo

#470cbb Color Hex

#470CBB
(71,12,187)
0 Favorites   0 Comments

Color spaces of #470cbb

RGB 7112187
HSL0.720.880.39
HSV260°94°73°
CMYK 0.620.940.00   0.27
XYZ11.69965.190447.3989
Yxy5.19040.18200.0807
Hunter Lab22.782451.7968-107.4052
CIE-Lab27.270562.2114-76.9725

#470cbb color RGB value is (71,12,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001100 10111011
Octal 107 14 273
Decimal 71 12 187
Hex 47 C BB

RGB Percentages of Color #470cbb

%26.30
%4.44
%69.26

CMYK Percentages of Color #470cbb

%62
%94
%0
%27

Triadic Colors of #470cbb

#470cbb #bb470c #0cbb47

Analogous Colors of #470cbb

#470cbb #9f0cbb #0c29bb

Monochromatic Colors of #470cbb

#470cbb

Complementary Color

#470cbb #80bb0c

#470cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#470cbb Color CSS Codes

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

#470cbb Text Font Color

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

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


#470cbb Background Color

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

This div background color is #470cbb


#470cbb Border Color

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

This div border color is #470cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470cbb


Comments

No comments written yet.

Please login to write comment.