Color Hex Logo

#470ccd Color Hex

#470CCD
(71,12,205)
0 Favorites   0 Comments

Color spaces of #470ccd

RGB 7112205
HSL0.720.890.43
HSV258°94°80°
CMYK 0.650.940.00   0.20
XYZ13.74956.010358.1930
Yxy6.01030.17640.0771
Hunter Lab24.515957.2071-123.5745
CIE-Lab29.438466.6186-83.9635

#470ccd color RGB value is (71,12,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001100 11001101
Octal 107 14 315
Decimal 71 12 205
Hex 47 C CD

RGB Percentages of Color #470ccd

%24.65
%4.17
%71.18

CMYK Percentages of Color #470ccd

%65
%94
%0
%20

Triadic Colors of #470ccd

#470ccd #cd470c #0ccd47

Analogous Colors of #470ccd

#470ccd #a80ccd #0c32cd

Monochromatic Colors of #470ccd

#470ccd

Complementary Color

#470ccd #92cd0c

#470ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#470ccd Color CSS Codes

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

#470ccd Text Font Color

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

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


#470ccd Background Color

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

This div background color is #470ccd


#470ccd Border Color

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

This div border color is #470ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470ccd


Comments

No comments written yet.

Please login to write comment.