Color Hex Logo

#7b00a4 Color Hex

#7B00A4
(123,0,164)
0 Favorites   0 Comments

Color spaces of #7b00a4

RGB 1230164
HSL0.791.000.32
HSV285°100°64°
CMYK 0.251.000.00   0.36
XYZ14.86926.891335.6684
Yxy6.89130.25890.1200
Hunter Lab26.251355.1659-62.1832
CIE-Lab31.558264.4217-55.8736

#7b00a4 color RGB value is (123,0,164).

#7b00a4 hex color red value is 123, green value is 0 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #7b00a4 hue: 0.79 , saturation: 1.00 and the lightness value of 7b00a4 is 0.32.

The process color (four color CMYK) of #7b00a4 color hex is 0.25, 1.00, 0.00, 0.36. Web safe color of #7b00a4 is #660099. Color #7b00a4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00000000 10100100
Octal 173 0 244
Decimal 123 0 164
Hex 7B 0 A4

RGB Percentages of Color #7b00a4

%42.86
%0.00
%57.14

CMYK Percentages of Color #7b00a4

%25
%100
%0
%36

Triadic Colors of #7b00a4

#7b00a4 #a47b00 #00a47b

Analogous Colors of #7b00a4

#7b00a4 #a4007b #2900a4

Monochromatic Colors of #7b00a4

#7b00a4

Complementary Color

#7b00a4 #29a400

#7b00a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b00a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b00a4 Color CSS Codes

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

#7b00a4 Text Font Color

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

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


#7b00a4 Background Color

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

This div background color is #7b00a4


#7b00a4 Border Color

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

This div border color is #7b00a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b00a4


Comments

No comments written yet.

Please login to write comment.