Color Hex Logo

#471afc Color Hex

#471AFC
(71,26,252)
0 Favorites   0 Comments

Color spaces of #471afc

RGB 7126252
HSL0.700.970.55
HSV252°90°99°
CMYK 0.720.900.00   0.01
XYZ20.53869.106792.7707
Yxy9.10670.16780.0744
Hunter Lab30.177368.6764-161.1444
CIE-Lab36.188975.0889-99.6228

#471afc color RGB value is (71,26,252).

#471afc hex color red value is 71, green value is 26 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #471afc hue: 0.70 , saturation: 0.97 and the lightness value of 471afc is 0.55.

The process color (four color CMYK) of #471afc color hex is 0.72, 0.90, 0.00, 0.01. Web safe color of #471afc is #3333ff. Color #471afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011010 11111100
Octal 107 32 374
Decimal 71 26 252
Hex 47 1A FC

RGB Percentages of Color #471afc

%20.34
%7.45
%72.21

CMYK Percentages of Color #471afc

%72
%90
%0
%1

Triadic Colors of #471afc

#471afc #fc471a #1afc47

Analogous Colors of #471afc

#471afc #b81afc #1a5efc

Monochromatic Colors of #471afc

#471afc

Complementary Color

#471afc #cffc1a

#471afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#471afc Color CSS Codes

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

#471afc Text Font Color

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

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


#471afc Background Color

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

This div background color is #471afc


#471afc Border Color

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

This div border color is #471afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471afc

Related Colors


Comments

No comments written yet.

Please login to write comment.