color codes Logo

#472ffc color codes

#472FFC
(71,47,252)
0 Favorites   0 Comments

Color spaces of #472ffc

RGB 7147252
HSL0.690.970.59
HSV247°81°99°
CMYK 0.720.810.00   0.01
XYZ21.185710.400992.9864
Yxy10.40090.17010.0835
Hunter Lab32.250460.8206-148.3733
CIE-Lab38.552568.0195-95.6945

#472ffc color RGB value is (71,47,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101111 11111100
Octal 107 57 374
Decimal 71 47 252
Hex 47 2F FC

RGB Percentages of Color #472ffc

%19.19
%12.70
%68.11

CMYK Percentages of Color #472ffc

%72
%81
%0
%1

Triadic Colors of #472ffc

#472ffc #fc472f #2ffc47

Analogous Colors of #472ffc

#472ffc #ae2ffc #2f7efc

Monochromatic Colors of #472ffc

#472ffc

Complementary Color

#472ffc #e4fc2f

#472ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#472ffc Color CSS Codes

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

#472ffc Text Font Color

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

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


#472ffc Background Color

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

This div background color is #472ffc


#472ffc Border Color

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

This div border color is #472ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.