Color Hex Logo

#472efc Color Hex

#472EFC
(71,46,252)
0 Favorites   0 Comments

Color spaces of #472efc

RGB 7146252
HSL0.690.970.58
HSV247°82°99°
CMYK 0.720.820.00   0.01
XYZ21.146210.321992.9732
Yxy10.32190.16990.0829
Hunter Lab32.127761.2637-149.0877
CIE-Lab38.414168.4278-95.9242

#472efc color RGB value is (71,46,252).

#472efc hex color red value is 71, green value is 46 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #472efc hue: 0.69 , saturation: 0.97 and the lightness value of 472efc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101110 11111100
Octal 107 56 374
Decimal 71 46 252
Hex 47 2E FC

RGB Percentages of Color #472efc

%19.24
%12.47
%68.29

CMYK Percentages of Color #472efc

%72
%82
%0
%1

Triadic Colors of #472efc

#472efc #fc472e #2efc47

Analogous Colors of #472efc

#472efc #ae2efc #2e7cfc

Monochromatic Colors of #472efc

#472efc

Complementary Color

#472efc #e3fc2e

#472efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#472efc Color CSS Codes

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

#472efc Text Font Color

<p style="color:#472efc">Text here</p>

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


#472efc Background Color

<div style="background-color:#472efc">
Div content here</div>

This div background color is #472efc


#472efc Border Color

<div style="border:3px solid #472efc">
Div here</div>

This div border color is #472efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472efc


Comments

No comments written yet.

Please login to write comment.