Color Hex Logo

#7362fe Color Hex

#7362FE
(115,98,254)
0 Favorites   0 Comments

Color spaces of #7362fe

RGB 11598254
HSL0.680.990.69
HSV247°61°100°
CMYK 0.550.610.00   0.00
XYZ29.327319.536095.9910
Yxy19.53600.20250.1349
Hunter Lab44.199541.0892-97.8242
CIE-Lab51.308547.7458-75.7236

#7362fe color RGB value is (115,98,254).

#7362fe hex color red value is 115, green value is 98 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7362fe hue: 0.68 , saturation: 0.99 and the lightness value of 7362fe is 0.69.

The process color (four color CMYK) of #7362fe color hex is 0.55, 0.61, 0.00, 0.00. Web safe color of #7362fe is #6666ff. Color #7362fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100010 11111110
Octal 163 142 376
Decimal 115 98 254
Hex 73 62 FE

RGB Percentages of Color #7362fe

%24.63
%20.99
%54.39

CMYK Percentages of Color #7362fe

%55
%61
%0
%0

Triadic Colors of #7362fe

#7362fe #fe7362 #62fe73

Analogous Colors of #7362fe

#7362fe #c162fe #629ffe

Monochromatic Colors of #7362fe

#7362fe

Complementary Color

#7362fe #edfe62

#7362fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7362fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7362fe Color CSS Codes

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

#7362fe Text Font Color

<p style="color:#7362fe">Text here</p>

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


#7362fe Background Color

<div style="background-color:#7362fe">
Div content here</div>

This div background color is #7362fe


#7362fe Border Color

<div style="border:3px solid #7362fe">
Div here</div>

This div border color is #7362fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,98,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7362fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7362fe;
  -webkit-box-shadow: 1px 1px 3px 2px #7362fe;
  box-shadow:         1px 1px 3px 2px #7362fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,98,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7362fe

#7362fe Color Palettes


Comments

No comments written yet.

Please login to write comment.