Color Hex Logo

#7342fa Color Hex

#7342FA
(115,66,250)
0 Favorites   0 Comments

Color spaces of #7342fa

RGB 11566250
HSL0.710.950.62
HSV256°74°98°
CMYK 0.540.740.00   0.02
XYZ26.273814.443491.8456
Yxy14.44340.19820.1090
Hunter Lab38.004556.8954-116.6833
CIE-Lab44.862263.3731-84.0365

#7342fa color RGB value is (115,66,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000010 11111010
Octal 163 102 372
Decimal 115 66 250
Hex 73 42 FA

RGB Percentages of Color #7342fa

%26.68
%15.31
%58.00

CMYK Percentages of Color #7342fa

%54
%74
%0
%2

Triadic Colors of #7342fa

#7342fa #fa7342 #42fa73

Analogous Colors of #7342fa

#7342fa #cf42fa #426dfa

Monochromatic Colors of #7342fa

#7342fa

Complementary Color

#7342fa #c9fa42

#7342fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7342fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7342fa Color CSS Codes

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

#7342fa Text Font Color

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

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


#7342fa Background Color

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

This div background color is #7342fa


#7342fa Border Color

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

This div border color is #7342fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7342fa


Comments

No comments written yet.

Please login to write comment.