Color Hex Logo

#472fed Color Hex

#472FED
(71,47,237)
0 Favorites   0 Comments

Color spaces of #472fed

RGB 7147237
HSL0.690.840.56
HSV248°80°93°
CMYK 0.700.800.00   0.07
XYZ18.90119.487080.9557
Yxy9.48700.17290.0868
Hunter Lab30.801055.6353-134.2741
CIE-Lab36.905563.8044-89.9701

#472fed color RGB value is (71,47,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101111 11101101
Octal 107 57 355
Decimal 71 47 237
Hex 47 2F ED

RGB Percentages of Color #472fed

%20.00
%13.24
%66.76

CMYK Percentages of Color #472fed

%70
%80
%0
%7

Triadic Colors of #472fed

#472fed #ed472f #2fed47

Analogous Colors of #472fed

#472fed #a62fed #2f76ed

Monochromatic Colors of #472fed

#472fed

Complementary Color

#472fed #d5ed2f

#472fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#472fed Color CSS Codes

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

#472fed Text Font Color

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

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


#472fed Background Color

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

This div background color is #472fed


#472fed Border Color

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

This div border color is #472fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472fed


Comments

No comments written yet.

Please login to write comment.