Color Hex Logo

#7b427a Color Hex

#7B427A
(123,66,122)
0 Favorites   0 Comments

Color spaces of #7b427a

RGB 12366122
HSL0.840.300.37
HSV301°46°48°
CMYK 0.000.460.01   0.52
XYZ13.62949.512519.5301
Yxy9.51250.31940.2229
Hunter Lab30.842324.9060-15.9542
CIE-Lab36.952933.4623-21.4939

#7b427a color RGB value is (123,66,122).

#7b427a hex color red value is 123, green value is 66 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #7b427a hue: 0.84 , saturation: 0.30 and the lightness value of 7b427a is 0.37.

The process color (four color CMYK) of #7b427a color hex is 0.00, 0.46, 0.01, 0.52. Web safe color of #7b427a is #663366. Color #7b427a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01000010 01111010
Octal 173 102 172
Decimal 123 66 122
Hex 7B 42 7A

RGB Percentages of Color #7b427a

%39.55
%21.22
%39.23

CMYK Percentages of Color #7b427a

%0
%46
%1
%52

Triadic Colors of #7b427a

#7b427a #7a7b42 #427a7b

Analogous Colors of #7b427a

#7b427a #7b425e #60427b

Monochromatic Colors of #7b427a

#7b427a

Complementary Color

#7b427a #427b43

#7b427a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b427a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b427a Color CSS Codes

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

#7b427a Text Font Color

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

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


#7b427a Background Color

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

This div background color is #7b427a


#7b427a Border Color

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

This div border color is #7b427a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,66,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b427a


Comments

No comments written yet.

Please login to write comment.