Color Hex Logo

#7b1395 Color Hex

#7B1395
(123,19,149)
0 Favorites   0 Comments

Color spaces of #7b1395

RGB 12319149
HSL0.800.770.33
HSV288°87°58°
CMYK 0.170.870.00   0.42
XYZ13.82616.846629.0266
Yxy6.84660.27820.1378
Hunter Lab26.166048.5288-47.4557
CIE-Lab31.455158.4126-46.8997

#7b1395 color RGB value is (123,19,149).

#7b1395 hex color red value is 123, green value is 19 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #7b1395 hue: 0.80 , saturation: 0.77 and the lightness value of 7b1395 is 0.33.

The process color (four color CMYK) of #7b1395 color hex is 0.17, 0.87, 0.00, 0.42. Web safe color of #7b1395 is #660099. Color #7b1395 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00010011 10010101
Octal 173 23 225
Decimal 123 19 149
Hex 7B 13 95

RGB Percentages of Color #7b1395

%42.27
%6.53
%51.20

CMYK Percentages of Color #7b1395

%17
%87
%0
%42

Triadic Colors of #7b1395

#7b1395 #957b13 #13957b

Analogous Colors of #7b1395

#7b1395 #95136e #3a1395

Monochromatic Colors of #7b1395

#7b1395

Complementary Color

#7b1395 #2d9513

#7b1395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b1395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b1395 Color CSS Codes

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

#7b1395 Text Font Color

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

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


#7b1395 Background Color

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

This div background color is #7b1395


#7b1395 Border Color

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

This div border color is #7b1395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b1395


Comments

No comments written yet.

Please login to write comment.