Color Hex Logo

#7353a8 Color Hex

#7353A8
(115,83,168)
0 Favorites   0 Comments

Color spaces of #7353a8

RGB 11583168
HSL0.730.340.49
HSV263°51°66°
CMYK 0.320.510.00   0.34
XYZ17.231412.658538.5809
Yxy12.65850.25170.1849
Hunter Lab35.578824.1877-39.3877
CIE-Lab42.244131.9332-41.1044

#7353a8 color RGB value is (115,83,168).

#7353a8 hex color red value is 115, green value is 83 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #7353a8 hue: 0.73 , saturation: 0.34 and the lightness value of 7353a8 is 0.49.

The process color (four color CMYK) of #7353a8 color hex is 0.32, 0.51, 0.00, 0.34. Web safe color of #7353a8 is #666699. Color #7353a8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010011 10101000
Octal 163 123 250
Decimal 115 83 168
Hex 73 53 A8

RGB Percentages of Color #7353a8

%31.42
%22.68
%45.90

CMYK Percentages of Color #7353a8

%32
%51
%0
%34

Triadic Colors of #7353a8

#7353a8 #a87353 #53a873

Analogous Colors of #7353a8

#7353a8 #9e53a8 #535ea8

Monochromatic Colors of #7353a8

#7353a8

Complementary Color

#7353a8 #88a853

#7353a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7353a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7353a8 Color CSS Codes

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

#7353a8 Text Font Color

<p style="color:#7353a8">Text here</p>

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


#7353a8 Background Color

<div style="background-color:#7353a8">
Div content here</div>

This div background color is #7353a8


#7353a8 Border Color

<div style="border:3px solid #7353a8">
Div here</div>

This div border color is #7353a8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,83,168, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7353a8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7353a8;
  -webkit-box-shadow: 1px 1px 3px 2px #7353a8;
  box-shadow:         1px 1px 3px 2px #7353a8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7353a8


Comments

No comments written yet.

Please login to write comment.