Color Hex Logo

#7371fa Color Hex

#7371FA
(115,113,250)
0 Favorites   0 Comments

Color spaces of #7371fa

RGB 115113250
HSL0.670.930.71
HSV241°55°98°
CMYK 0.540.550.00   0.02
XYZ30.230722.357293.1645
Yxy22.35720.20740.1534
Hunter Lab47.283431.3782-83.7232
CIE-Lab54.404037.8375-68.4855

#7371fa color RGB value is (115,113,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110001 11111010
Octal 163 161 372
Decimal 115 113 250
Hex 73 71 FA

RGB Percentages of Color #7371fa

%24.06
%23.64
%52.30

CMYK Percentages of Color #7371fa

%54
%55
%0
%2

Triadic Colors of #7371fa

#7371fa #fa7371 #71fa73

Analogous Colors of #7371fa

#7371fa #b871fa #71b4fa

Monochromatic Colors of #7371fa

#7371fa

Complementary Color

#7371fa #f8fa71

#7371fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7371fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7371fa Color CSS Codes

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

#7371fa Text Font Color

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

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


#7371fa Background Color

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

This div background color is #7371fa


#7371fa Border Color

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

This div border color is #7371fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7371fa


Comments

No comments written yet.

Please login to write comment.