Color Hex Logo

#7b2397 Color Hex

#7B2397
(123,35,151)
0 Favorites   0 Comments

Color spaces of #7b2397

RGB 12335151
HSL0.790.620.36
HSV286°77°59°
CMYK 0.190.770.00   0.41
XYZ14.35537.647429.9976
Yxy7.64740.27610.1471
Hunter Lab27.653944.2659-44.9571
CIE-Lab33.237554.0429-45.2462

#7b2397 color RGB value is (123,35,151).

#7b2397 hex color red value is 123, green value is 35 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #7b2397 hue: 0.79 , saturation: 0.62 and the lightness value of 7b2397 is 0.36.

The process color (four color CMYK) of #7b2397 color hex is 0.19, 0.77, 0.00, 0.41. Web safe color of #7b2397 is #663399. Color #7b2397 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00100011 10010111
Octal 173 43 227
Decimal 123 35 151
Hex 7B 23 97

RGB Percentages of Color #7b2397

%39.81
%11.33
%48.87

CMYK Percentages of Color #7b2397

%19
%77
%0
%41

Triadic Colors of #7b2397

#7b2397 #977b23 #23977b

Analogous Colors of #7b2397

#7b2397 #972379 #412397

Monochromatic Colors of #7b2397

#7b2397

Complementary Color

#7b2397 #3f9723

#7b2397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b2397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b2397 Color CSS Codes

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

#7b2397 Text Font Color

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

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


#7b2397 Background Color

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

This div background color is #7b2397


#7b2397 Border Color

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

This div border color is #7b2397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b2397


Comments

No comments written yet.

Please login to write comment.