Color Hex Logo

#7362be Color Hex

#7362BE
(115,98,190)
0 Favorites   0 Comments

Color spaces of #7362be

RGB 11598190
HSL0.700.410.56
HSV251°48°75°
CMYK 0.390.480.00   0.25
XYZ20.732216.097950.7297
Yxy16.09790.23680.1839
Hunter Lab40.122222.0219-46.8796
CIE-Lab47.102728.9867-46.2495

#7362be color RGB value is (115,98,190).

#7362be hex color red value is 115, green value is 98 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7362be hue: 0.70 , saturation: 0.41 and the lightness value of 7362be is 0.56.

The process color (four color CMYK) of #7362be color hex is 0.39, 0.48, 0.00, 0.25. Web safe color of #7362be is #6666cc. Color #7362be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100010 10111110
Octal 163 142 276
Decimal 115 98 190
Hex 73 62 BE

RGB Percentages of Color #7362be

%28.54
%24.32
%47.15

CMYK Percentages of Color #7362be

%39
%48
%0
%25

Triadic Colors of #7362be

#7362be #be7362 #62be73

Analogous Colors of #7362be

#7362be #a162be #627fbe

Monochromatic Colors of #7362be

#7362be

Complementary Color

#7362be #adbe62

#7362be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7362be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7362be Color CSS Codes

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

#7362be Text Font Color

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

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


#7362be Background Color

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

This div background color is #7362be


#7362be Border Color

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

This div border color is #7362be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7362be


Comments

No comments written yet.

Please login to write comment.