Color Hex Logo

#7071fa Color Hex

#7071FA
(112,113,250)
0 Favorites   0 Comments

Color spaces of #7071fa

RGB 112113250
HSL0.670.930.71
HSV240°55°98°
CMYK 0.550.550.00   0.02
XYZ29.842522.157193.1464
Yxy22.15710.20560.1527
Hunter Lab47.071330.7914-84.3752
CIE-Lab54.193337.2783-68.8364

#7071fa color RGB value is (112,113,250).

#7071fa hex color red value is 112, green value is 113 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7071fa hue: 0.67 , saturation: 0.93 and the lightness value of 7071fa is 0.71.

The process color (four color CMYK) of #7071fa color hex is 0.55, 0.55, 0.00, 0.02. Web safe color of #7071fa is #6666ff. Color #7071fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110001 11111010
Octal 160 161 372
Decimal 112 113 250
Hex 70 71 FA

RGB Percentages of Color #7071fa

%23.58
%23.79
%52.63

CMYK Percentages of Color #7071fa

%55
%55
%0
%2

Triadic Colors of #7071fa

#7071fa #fa7071 #71fa70

Analogous Colors of #7071fa

#7071fa #b470fa #70b6fa

Monochromatic Colors of #7071fa

#7071fa

Complementary Color

#7071fa #faf970

#7071fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7071fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7071fa Color CSS Codes

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

#7071fa Text Font Color

<p style="color:#7071fa">Text here</p>

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


#7071fa Background Color

<div style="background-color:#7071fa">
Div content here</div>

This div background color is #7071fa


#7071fa Border Color

<div style="border:3px solid #7071fa">
Div here</div>

This div border color is #7071fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,113,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7071fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7071fa;
  -webkit-box-shadow: 1px 1px 3px 2px #7071fa;
  box-shadow:         1px 1px 3px 2px #7071fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,113,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7071fa


Comments

No comments written yet.

Please login to write comment.