Color Hex Logo

#7351fa Color Hex

#7351FA
(115,81,250)
0 Favorites   0 Comments

Color spaces of #7351fa

RGB 11581250
HSL0.700.940.65
HSV252°68°98°
CMYK 0.540.680.00   0.02
XYZ27.268016.431892.1770
Yxy16.43180.20070.1209
Hunter Lab40.536249.1357-106.4469
CIE-Lab47.536055.9059-79.6536

#7351fa color RGB value is (115,81,250).

#7351fa hex color red value is 115, green value is 81 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7351fa hue: 0.70 , saturation: 0.94 and the lightness value of 7351fa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010001 11111010
Octal 163 121 372
Decimal 115 81 250
Hex 73 51 FA

RGB Percentages of Color #7351fa

%25.78
%18.16
%56.05

CMYK Percentages of Color #7351fa

%54
%68
%0
%2

Triadic Colors of #7351fa

#7351fa #fa7351 #51fa73

Analogous Colors of #7351fa

#7351fa #c851fa #5184fa

Monochromatic Colors of #7351fa

#7351fa

Complementary Color

#7351fa #d8fa51

#7351fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7351fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7351fa Color CSS Codes

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

#7351fa Text Font Color

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

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


#7351fa Background Color

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

This div background color is #7351fa


#7351fa Border Color

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

This div border color is #7351fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7351fa

Related Colors


Comments

No comments written yet.

Please login to write comment.