Color Hex Logo

#7b0b9f Color Hex

#7B0B9F
(123,11,159)
0 Favorites   0 Comments

Color spaces of #7b0b9f

RGB 12311159
HSL0.790.870.33
HSV285°93°62°
CMYK 0.230.930.00   0.38
XYZ14.54616.953533.3764
Yxy6.95350.26510.1267
Hunter Lab26.369552.3187-56.5859
CIE-Lab31.700861.8411-52.6089

#7b0b9f color RGB value is (123,11,159).

#7b0b9f hex color red value is 123, green value is 11 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #7b0b9f hue: 0.79 , saturation: 0.87 and the lightness value of 7b0b9f is 0.33.

The process color (four color CMYK) of #7b0b9f color hex is 0.23, 0.93, 0.00, 0.38. Web safe color of #7b0b9f is #660099. Color #7b0b9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00001011 10011111
Octal 173 13 237
Decimal 123 11 159
Hex 7B B 9F

RGB Percentages of Color #7b0b9f

%41.98
%3.75
%54.27

CMYK Percentages of Color #7b0b9f

%23
%93
%0
%38

Triadic Colors of #7b0b9f

#7b0b9f #9f7b0b #0b9f7b

Analogous Colors of #7b0b9f

#7b0b9f #9f0b79 #310b9f

Monochromatic Colors of #7b0b9f

#7b0b9f

Complementary Color

#7b0b9f #2f9f0b

#7b0b9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b0b9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b0b9f Color CSS Codes

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

#7b0b9f Text Font Color

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

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


#7b0b9f Background Color

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

This div background color is #7b0b9f


#7b0b9f Border Color

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

This div border color is #7b0b9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b0b9f


Comments

No comments written yet.

Please login to write comment.