Color Hex Logo

#7b53ae Color Hex

#7B53AE
(123,83,174)
0 Favorites   0 Comments

Color spaces of #7b53ae

RGB 12383174
HSL0.740.360.50
HSV266°52°68°
CMYK 0.290.520.00   0.32
XYZ18.901613.453541.6450
Yxy13.45350.25540.1818
Hunter Lab36.679027.7972-41.6420
CIE-Lab43.438835.6464-42.6963

#7b53ae color RGB value is (123,83,174).

#7b53ae hex color red value is 123, green value is 83 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7b53ae hue: 0.74 , saturation: 0.36 and the lightness value of 7b53ae is 0.50.

The process color (four color CMYK) of #7b53ae color hex is 0.29, 0.52, 0.00, 0.32. Web safe color of #7b53ae is #666699. Color #7b53ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01010011 10101110
Octal 173 123 256
Decimal 123 83 174
Hex 7B 53 AE

RGB Percentages of Color #7b53ae

%32.37
%21.84
%45.79

CMYK Percentages of Color #7b53ae

%29
%52
%0
%32

Triadic Colors of #7b53ae

#7b53ae #ae7b53 #53ae7b

Analogous Colors of #7b53ae

#7b53ae #a953ae #5358ae

Monochromatic Colors of #7b53ae

#7b53ae

Complementary Color

#7b53ae #86ae53

#7b53ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b53ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b53ae Color CSS Codes

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

#7b53ae Text Font Color

<p style="color:#7b53ae">Text here</p>

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


#7b53ae Background Color

<div style="background-color:#7b53ae">
Div content here</div>

This div background color is #7b53ae


#7b53ae Border Color

<div style="border:3px solid #7b53ae">
Div here</div>

This div border color is #7b53ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,83,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b53ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b53ae;
  -webkit-box-shadow: 1px 1px 3px 2px #7b53ae;
  box-shadow:         1px 1px 3px 2px #7b53ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,83,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 #7b53ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b53ae


Comments

No comments written yet.

Please login to write comment.