Color Hex Logo

#7b1fad Color Hex

#7B1FAD
(123,31,173)
0 Favorites   0 Comments

Color spaces of #7b1fad

RGB 12331173
HSL0.770.700.40
HSV279°82°68°
CMYK 0.290.820.00   0.32
XYZ16.20128.208140.2656
Yxy8.20810.25050.1269
Hunter Lab28.649850.8031-63.2738
CIE-Lab34.412659.9340-56.6378

#7b1fad color RGB value is (123,31,173).

#7b1fad hex color red value is 123, green value is 31 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7b1fad hue: 0.77 , saturation: 0.70 and the lightness value of 7b1fad is 0.40.

The process color (four color CMYK) of #7b1fad color hex is 0.29, 0.82, 0.00, 0.32. Web safe color of #7b1fad is #663399. Color #7b1fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00011111 10101101
Octal 173 37 255
Decimal 123 31 173
Hex 7B 1F AD

RGB Percentages of Color #7b1fad

%37.61
%9.48
%52.91

CMYK Percentages of Color #7b1fad

%29
%82
%0
%32

Triadic Colors of #7b1fad

#7b1fad #ad7b1f #1fad7b

Analogous Colors of #7b1fad

#7b1fad #ad1f98 #341fad

Monochromatic Colors of #7b1fad

#7b1fad

Complementary Color

#7b1fad #51ad1f

#7b1fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b1fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b1fad Color CSS Codes

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

#7b1fad Text Font Color

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

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


#7b1fad Background Color

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

This div background color is #7b1fad


#7b1fad Border Color

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

This div border color is #7b1fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b1fad


Comments

No comments written yet.

Please login to write comment.