Color Hex Logo

#472fec Color Hex

#472FEC
(71,47,236)
0 Favorites   0 Comments

Color spaces of #472fec

RGB 7147236
HSL0.690.830.55
HSV248°80°93°
CMYK 0.700.800.00   0.07
XYZ18.75549.428880.1883
Yxy9.42880.17310.0870
Hunter Lab30.706455.2915-133.3388
CIE-Lab36.797163.5199-89.5827

#472fec color RGB value is (71,47,236).

#472fec hex color red value is 71, green value is 47 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #472fec hue: 0.69 , saturation: 0.83 and the lightness value of 472fec is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101111 11101100
Octal 107 57 354
Decimal 71 47 236
Hex 47 2F EC

RGB Percentages of Color #472fec

%20.06
%13.28
%66.67

CMYK Percentages of Color #472fec

%70
%80
%0
%7

Triadic Colors of #472fec

#472fec #ec472f #2fec47

Analogous Colors of #472fec

#472fec #a62fec #2f76ec

Monochromatic Colors of #472fec

#472fec

Complementary Color

#472fec #d4ec2f

#472fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#472fec Color CSS Codes

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

#472fec Text Font Color

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

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


#472fec Background Color

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

This div background color is #472fec


#472fec Border Color

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

This div border color is #472fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472fec


Comments

No comments written yet.

Please login to write comment.