Color Hex Logo

#471fed Color Hex

#471FED
(71,31,237)
0 Favorites   0 Comments

Color spaces of #471fed

RGB 7131237
HSL0.700.850.53
HSV252°87°93°
CMYK 0.700.870.00   0.07
XYZ18.37468.434080.7802
Yxy8.43400.17080.0784
Hunter Lab29.041362.1154-144.5896
CIE-Lab34.870969.8390-93.3471

#471fed color RGB value is (71,31,237).

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

The process color (four color CMYK) of #471fed color hex is 0.70, 0.87, 0.00, 0.07. Web safe color of #471fed is #3333ff. Color #471fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011111 11101101
Octal 107 37 355
Decimal 71 31 237
Hex 47 1F ED

RGB Percentages of Color #471fed

%20.94
%9.14
%69.91

CMYK Percentages of Color #471fed

%70
%87
%0
%7

Triadic Colors of #471fed

#471fed #ed471f #1fed47

Analogous Colors of #471fed

#471fed #ae1fed #1f5eed

Monochromatic Colors of #471fed

#471fed

Complementary Color

#471fed #c5ed1f

#471fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#471fed Color CSS Codes

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

#471fed Text Font Color

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

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


#471fed Background Color

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

This div background color is #471fed


#471fed Border Color

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

This div border color is #471fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471fed


Comments

No comments written yet.

Please login to write comment.