Color Hex Logo

#7b2f96 Color Hex

#7B2F96
(123,47,150)
0 Favorites   0 Comments

Color spaces of #7b2f96

RGB 12347150
HSL0.790.520.39
HSV284°69°59°
CMYK 0.180.690.00   0.41
XYZ14.68998.446029.7102
Yxy8.44600.27800.1598
Hunter Lab29.062039.3675-40.2690
CIE-Lab34.895048.9515-41.9715

#7b2f96 color RGB value is (123,47,150).

#7b2f96 hex color red value is 123, green value is 47 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #7b2f96 hue: 0.79 , saturation: 0.52 and the lightness value of 7b2f96 is 0.39.

The process color (four color CMYK) of #7b2f96 color hex is 0.18, 0.69, 0.00, 0.41. Web safe color of #7b2f96 is #663399. Color #7b2f96 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00101111 10010110
Octal 173 57 226
Decimal 123 47 150
Hex 7B 2F 96

RGB Percentages of Color #7b2f96

%38.44
%14.69
%46.88

CMYK Percentages of Color #7b2f96

%18
%69
%0
%41

Triadic Colors of #7b2f96

#7b2f96 #967b2f #2f967b

Analogous Colors of #7b2f96

#7b2f96 #962f7e #482f96

Monochromatic Colors of #7b2f96

#7b2f96

Complementary Color

#7b2f96 #4a962f

#7b2f96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b2f96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b2f96 Color CSS Codes

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

#7b2f96 Text Font Color

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

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


#7b2f96 Background Color

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

This div background color is #7b2f96


#7b2f96 Border Color

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

This div border color is #7b2f96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b2f96


Comments

No comments written yet.

Please login to write comment.