Color Hex Logo

#7b42ae Color Hex

#7B42AE
(123,66,174)
0 Favorites   0 Comments

Color spaces of #7b42ae

RGB 12366174
HSL0.750.450.47
HSV272°62°68°
CMYK 0.290.620.00   0.32
XYZ17.756611.163441.2633
Yxy11.16340.25300.1591
Hunter Lab33.411736.3932-49.8348
CIE-Lab39.854345.0803-48.4315

#7b42ae color RGB value is (123,66,174).

#7b42ae hex color red value is 123, green value is 66 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7b42ae hue: 0.75 , saturation: 0.45 and the lightness value of 7b42ae is 0.47.

The process color (four color CMYK) of #7b42ae color hex is 0.29, 0.62, 0.00, 0.32. Web safe color of #7b42ae is #663399. Color #7b42ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01000010 10101110
Octal 173 102 256
Decimal 123 66 174
Hex 7B 42 AE

RGB Percentages of Color #7b42ae

%33.88
%18.18
%47.93

CMYK Percentages of Color #7b42ae

%29
%62
%0
%32

Triadic Colors of #7b42ae

#7b42ae #ae7b42 #42ae7b

Analogous Colors of #7b42ae

#7b42ae #ae42ab #4542ae

Monochromatic Colors of #7b42ae

#7b42ae

Complementary Color

#7b42ae #75ae42

#7b42ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b42ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b42ae Color CSS Codes

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

#7b42ae Text Font Color

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

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


#7b42ae Background Color

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

This div background color is #7b42ae


#7b42ae Border Color

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

This div border color is #7b42ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b42ae


Comments

No comments written yet.

Please login to write comment.