Color Hex Logo

#7362ae Color Hex

#7362AE
(115,98,174)
0 Favorites   0 Comments

Color spaces of #7362ae

RGB 11598174
HSL0.700.320.53
HSV253°44°68°
CMYK 0.340.440.00   0.32
XYZ19.077915.436242.0184
Yxy15.43620.24930.2017
Hunter Lab39.288917.9203-35.9067
CIE-Lab46.225924.5373-38.3234

#7362ae color RGB value is (115,98,174).

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

The process color (four color CMYK) of #7362ae color hex is 0.34, 0.44, 0.00, 0.32. Web safe color of #7362ae is #666699. Color #7362ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100010 10101110
Octal 163 142 256
Decimal 115 98 174
Hex 73 62 AE

RGB Percentages of Color #7362ae

%29.72
%25.32
%44.96

CMYK Percentages of Color #7362ae

%34
%44
%0
%32

Triadic Colors of #7362ae

#7362ae #ae7362 #62ae73

Analogous Colors of #7362ae

#7362ae #9962ae #6277ae

Monochromatic Colors of #7362ae

#7362ae

Complementary Color

#7362ae #9dae62

#7362ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7362ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7362ae Color CSS Codes

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

#7362ae Text Font Color

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

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


#7362ae Background Color

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

This div background color is #7362ae


#7362ae Border Color

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

This div border color is #7362ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7362ae


Comments

No comments written yet.

Please login to write comment.