Color Hex Logo

#7b219a Color Hex

#7B219A
(123,33,154)
0 Favorites   0 Comments

Color spaces of #7b219a

RGB 12333154
HSL0.790.650.37
HSV285°79°60°
CMYK 0.200.790.00   0.40
XYZ14.54507.631831.2783
Yxy7.63180.27210.1428
Hunter Lab27.625745.6357-47.7911
CIE-Lab33.204055.3551-47.1302

#7b219a color RGB value is (123,33,154).

#7b219a hex color red value is 123, green value is 33 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #7b219a hue: 0.79 , saturation: 0.65 and the lightness value of 7b219a is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 00100001 10011010
Octal 173 41 232
Decimal 123 33 154
Hex 7B 21 9A

RGB Percentages of Color #7b219a

%39.68
%10.65
%49.68

CMYK Percentages of Color #7b219a

%20
%79
%0
%40

Triadic Colors of #7b219a

#7b219a #9a7b21 #219a7b

Analogous Colors of #7b219a

#7b219a #9a217d #3e219a

Monochromatic Colors of #7b219a

#7b219a

Complementary Color

#7b219a #409a21

#7b219a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b219a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b219a Color CSS Codes

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

#7b219a Text Font Color

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

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


#7b219a Background Color

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

This div background color is #7b219a


#7b219a Border Color

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

This div border color is #7b219a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b219a


Comments

No comments written yet.

Please login to write comment.