Color Hex Logo

#472afc Color Hex

#472AFC
(71,42,252)
0 Favorites   0 Comments

Color spaces of #472afc

RGB 7142252
HSL0.690.970.58
HSV248°83°99°
CMYK 0.720.830.00   0.01
XYZ20.997210.023892.9236
Yxy10.02380.16940.0809
Hunter Lab31.660462.9757-151.8546
CIE-Lab37.885169.9945-96.8025

#472afc color RGB value is (71,42,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101010 11111100
Octal 107 52 374
Decimal 71 42 252
Hex 47 2A FC

RGB Percentages of Color #472afc

%19.45
%11.51
%69.04

CMYK Percentages of Color #472afc

%72
%83
%0
%1

Triadic Colors of #472afc

#472afc #fc472a #2afc47

Analogous Colors of #472afc

#472afc #b02afc #2a76fc

Monochromatic Colors of #472afc

#472afc

Complementary Color

#472afc #dffc2a

#472afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#472afc Color CSS Codes

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

#472afc Text Font Color

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

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


#472afc Background Color

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

This div background color is #472afc


#472afc Border Color

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

This div border color is #472afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472afc


Comments

No comments written yet.

Please login to write comment.