Color Hex Logo

#7b2273 Color Hex

#7B2273
(123,34,115)
0 Favorites   0 Comments

Color spaces of #7b2273

RGB 12334115
HSL0.850.570.31
HSV305°72°48°
CMYK 0.000.720.07   0.52
XYZ11.83496.592816.8684
Yxy6.59280.33530.1868
Hunter Lab25.676437.3412-20.9776
CIE-Lab30.861347.6886-26.6203

#7b2273 color RGB value is (123,34,115).

#7b2273 hex color red value is 123, green value is 34 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #7b2273 hue: 0.85 , saturation: 0.57 and the lightness value of 7b2273 is 0.31.

The process color (four color CMYK) of #7b2273 color hex is 0.00, 0.72, 0.07, 0.52. Web safe color of #7b2273 is #663366. Color #7b2273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00100010 01110011
Octal 173 42 163
Decimal 123 34 115
Hex 7B 22 73

RGB Percentages of Color #7b2273

%45.22
%12.50
%42.28

CMYK Percentages of Color #7b2273

%0
%72
%7
%52

Triadic Colors of #7b2273

#7b2273 #737b22 #22737b

Analogous Colors of #7b2273

#7b2273 #7b2246 #57227b

Monochromatic Colors of #7b2273

#7b2273

Complementary Color

#7b2273 #227b2a

#7b2273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b2273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b2273 Color CSS Codes

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

#7b2273 Text Font Color

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

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


#7b2273 Background Color

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

This div background color is #7b2273


#7b2273 Border Color

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

This div border color is #7b2273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b2273


Comments

No comments written yet.

Please login to write comment.