Color Hex Logo

#470cbd Color Hex

#470CBD
(71,12,189)
0 Favorites   0 Comments

Color spaces of #470cbd

RGB 7112189
HSL0.720.880.39
HSV260°94°74°
CMYK 0.620.940.00   0.26
XYZ11.91535.276748.5346
Yxy5.27670.18130.0803
Hunter Lab22.971152.3902-109.1916
CIE-Lab27.509062.7026-77.7624

#470cbd color RGB value is (71,12,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001100 10111101
Octal 107 14 275
Decimal 71 12 189
Hex 47 C BD

RGB Percentages of Color #470cbd

%26.10
%4.41
%69.49

CMYK Percentages of Color #470cbd

%62
%94
%0
%26

Triadic Colors of #470cbd

#470cbd #bd470c #0cbd47

Analogous Colors of #470cbd

#470cbd #a00cbd #0c2abd

Monochromatic Colors of #470cbd

#470cbd

Complementary Color

#470cbd #82bd0c

#470cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#470cbd Color CSS Codes

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

#470cbd Text Font Color

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

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


#470cbd Background Color

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

This div background color is #470cbd


#470cbd Border Color

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

This div border color is #470cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470cbd


Comments

No comments written yet.

Please login to write comment.