Color Hex Logo

#470ec2 Color Hex

#470EC2
(71,14,194)
0 Favorites   0 Comments

Color spaces of #470ec2

RGB 7114194
HSL0.720.870.41
HSV259°93°76°
CMYK 0.630.930.00   0.24
XYZ12.49325.548751.4515
Yxy5.54870.17980.0798
Hunter Lab23.555753.4484-113.0152
CIE-Lab28.244163.5160-79.4963

#470ec2 color RGB value is (71,14,194).

#470ec2 hex color red value is 71, green value is 14 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #470ec2 hue: 0.72 , saturation: 0.87 and the lightness value of 470ec2 is 0.41.

The process color (four color CMYK) of #470ec2 color hex is 0.63, 0.93, 0.00, 0.24. Web safe color of #470ec2 is #3300cc. Color #470ec2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001110 11000010
Octal 107 16 302
Decimal 71 14 194
Hex 47 E C2

RGB Percentages of Color #470ec2

%25.45
%5.02
%69.53

CMYK Percentages of Color #470ec2

%63
%93
%0
%24

Triadic Colors of #470ec2

#470ec2 #c2470e #0ec247

Analogous Colors of #470ec2

#470ec2 #a10ec2 #0e2fc2

Monochromatic Colors of #470ec2

#470ec2

Complementary Color

#470ec2 #89c20e

#470ec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470ec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470ec2 Color CSS Codes

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

#470ec2 Text Font Color

<p style="color:#470ec2">Text here</p>

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


#470ec2 Background Color

<div style="background-color:#470ec2">
Div content here</div>

This div background color is #470ec2


#470ec2 Border Color

<div style="border:3px solid #470ec2">
Div here</div>

This div border color is #470ec2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,14,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #470ec2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #470ec2;
  -webkit-box-shadow: 1px 1px 3px 2px #470ec2;
  box-shadow:         1px 1px 3px 2px #470ec2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470ec2


Comments

No comments written yet.

Please login to write comment.