Color Hex Logo

#7333ae Color Hex

#7333AE
(115,51,174)
0 Favorites   0 Comments

Color spaces of #7333ae

RGB 11551174
HSL0.750.550.44
HSV271°71°68°
CMYK 0.340.710.00   0.32
XYZ15.89409.068540.9571
Yxy9.06850.24110.1376
Hunter Lab30.114041.5120-59.5588
CIE-Lab36.115850.8289-54.5182

#7333ae color RGB value is (115,51,174).

#7333ae hex color red value is 115, green value is 51 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7333ae hue: 0.75 , saturation: 0.55 and the lightness value of 7333ae is 0.44.

The process color (four color CMYK) of #7333ae color hex is 0.34, 0.71, 0.00, 0.32. Web safe color of #7333ae is #663399. Color #7333ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110011 10101110
Octal 163 63 256
Decimal 115 51 174
Hex 73 33 AE

RGB Percentages of Color #7333ae

%33.82
%15.00
%51.18

CMYK Percentages of Color #7333ae

%34
%71
%0
%32

Triadic Colors of #7333ae

#7333ae #ae7333 #33ae73

Analogous Colors of #7333ae

#7333ae #ae33ac #3633ae

Monochromatic Colors of #7333ae

#7333ae

Complementary Color

#7333ae #6eae33

#7333ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7333ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7333ae Color CSS Codes

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

#7333ae Text Font Color

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

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


#7333ae Background Color

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

This div background color is #7333ae


#7333ae Border Color

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

This div border color is #7333ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7333ae


Comments

No comments written yet.

Please login to write comment.