Color Hex Logo

#7b309a Color Hex

#7B309A
(123,48,154)
0 Favorites   0 Comments

Color spaces of #7b309a

RGB 12348154
HSL0.780.520.40
HSV282°69°60°
CMYK 0.200.690.00   0.40
XYZ15.05818.658031.4494
Yxy8.65800.27300.1569
Hunter Lab29.424539.8553-42.7731
CIE-Lab35.317349.3545-43.7267

#7b309a color RGB value is (123,48,154).

#7b309a hex color red value is 123, green value is 48 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #7b309a hue: 0.78 , saturation: 0.52 and the lightness value of 7b309a is 0.40.

The process color (four color CMYK) of #7b309a color hex is 0.20, 0.69, 0.00, 0.40. Web safe color of #7b309a is #663399. Color #7b309a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00110000 10011010
Octal 173 60 232
Decimal 123 48 154
Hex 7B 30 9A

RGB Percentages of Color #7b309a

%37.85
%14.77
%47.38

CMYK Percentages of Color #7b309a

%20
%69
%0
%40

Triadic Colors of #7b309a

#7b309a #9a7b30 #309a7b

Analogous Colors of #7b309a

#7b309a #9a3084 #46309a

Monochromatic Colors of #7b309a

#7b309a

Complementary Color

#7b309a #4f9a30

#7b309a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b309a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b309a Color CSS Codes

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

#7b309a Text Font Color

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

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


#7b309a Background Color

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

This div background color is #7b309a


#7b309a Border Color

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

This div border color is #7b309a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b309a


Comments

No comments written yet.

Please login to write comment.