Color Hex Logo

#471bde Color Hex

#471BDE
(71,27,222)
0 Favorites   0 Comments

Color spaces of #471bde

RGB 7127222
HSL0.700.780.49
HSV254°88°87°
CMYK 0.680.880.00   0.13
XYZ16.17537.397469.6825
Yxy7.39740.17350.0793
Hunter Lab27.198258.5608-132.8640
CIE-Lab32.695067.1896-88.3957

#471bde color RGB value is (71,27,222).

#471bde hex color red value is 71, green value is 27 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #471bde hue: 0.70 , saturation: 0.78 and the lightness value of 471bde is 0.49.

The process color (four color CMYK) of #471bde color hex is 0.68, 0.88, 0.00, 0.13. Web safe color of #471bde is #3333cc. Color #471bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011011 11011110
Octal 107 33 336
Decimal 71 27 222
Hex 47 1B DE

RGB Percentages of Color #471bde

%22.19
%8.44
%69.38

CMYK Percentages of Color #471bde

%68
%88
%0
%13

Triadic Colors of #471bde

#471bde #de471b #1bde47

Analogous Colors of #471bde

#471bde #a91bde #1b50de

Monochromatic Colors of #471bde

#471bde

Complementary Color

#471bde #b2de1b

#471bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#471bde Color CSS Codes

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

#471bde Text Font Color

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

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


#471bde Background Color

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

This div background color is #471bde


#471bde Border Color

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

This div border color is #471bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471bde


Comments

No comments written yet.

Please login to write comment.