Color Hex Logo

#7156fa Color Hex

#7156FA
(113,86,250)
0 Favorites   0 Comments

Color spaces of #7156fa

RGB 11386250
HSL0.690.940.66
HSV250°66°98°
CMYK 0.550.660.00   0.02
XYZ27.393217.068492.2932
Yxy17.06840.20030.1248
Hunter Lab41.313946.0551-103.5311
CIE-Lab48.346152.9179-78.3363

#7156fa color RGB value is (113,86,250).

#7156fa hex color red value is 113, green value is 86 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7156fa hue: 0.69 , saturation: 0.94 and the lightness value of 7156fa is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010110 11111010
Octal 161 126 372
Decimal 113 86 250
Hex 71 56 FA

RGB Percentages of Color #7156fa

%25.17
%19.15
%55.68

CMYK Percentages of Color #7156fa

%55
%66
%0
%2

Triadic Colors of #7156fa

#7156fa #fa7156 #56fa71

Analogous Colors of #7156fa

#7156fa #c356fa #568dfa

Monochromatic Colors of #7156fa

#7156fa

Complementary Color

#7156fa #dffa56

#7156fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7156fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7156fa Color CSS Codes

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

#7156fa Text Font Color

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

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


#7156fa Background Color

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

This div background color is #7156fa


#7156fa Border Color

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

This div border color is #7156fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,86,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 #7156fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7156fa


Comments

No comments written yet.

Please login to write comment.