Color Hex Logo

#471fcd Color Hex

#471FCD
(71,31,205)
0 Favorites   0 Comments

Color spaces of #471fcd

RGB 7131205
HSL0.700.740.46
HSV254°85°80°
CMYK 0.650.850.00   0.20
XYZ14.10806.727358.3125
Yxy6.72730.17820.0850
Hunter Lab25.937051.7021-115.1418
CIE-Lab31.177961.3827-81.0755

#471fcd color RGB value is (71,31,205).

#471fcd hex color red value is 71, green value is 31 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #471fcd hue: 0.70 , saturation: 0.74 and the lightness value of 471fcd is 0.46.

The process color (four color CMYK) of #471fcd color hex is 0.65, 0.85, 0.00, 0.20. Web safe color of #471fcd is #3333cc. Color #471fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011111 11001101
Octal 107 37 315
Decimal 71 31 205
Hex 47 1F CD

RGB Percentages of Color #471fcd

%23.13
%10.10
%66.78

CMYK Percentages of Color #471fcd

%65
%85
%0
%20

Triadic Colors of #471fcd

#471fcd #cd471f #1fcd47

Analogous Colors of #471fcd

#471fcd #9e1fcd #1f4ecd

Monochromatic Colors of #471fcd

#471fcd

Complementary Color

#471fcd #a5cd1f

#471fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#471fcd Color CSS Codes

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

#471fcd Text Font Color

<p style="color:#471fcd">Text here</p>

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


#471fcd Background Color

<div style="background-color:#471fcd">
Div content here</div>

This div background color is #471fcd


#471fcd Border Color

<div style="border:3px solid #471fcd">
Div here</div>

This div border color is #471fcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,31,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 #471fcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471fcd


Comments

No comments written yet.

Please login to write comment.