Color Hex Logo

#73029b Color Hex

#73029B
(115,2,155)
0 Favorites   0 Comments

Color spaces of #73029b

RGB 1152155
HSL0.790.970.31
HSV284°99°61°
CMYK 0.260.990.00   0.39
XYZ13.00836.054831.4934
Yxy6.05480.25730.1198
Hunter Lab24.606551.3032-58.6596
CIE-Lab29.550361.3326-53.7315

#73029b color RGB value is (115,2,155).

#73029b hex color red value is 115, green value is 2 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #73029b hue: 0.79 , saturation: 0.97 and the lightness value of 73029b is 0.31.

The process color (four color CMYK) of #73029b color hex is 0.26, 0.99, 0.00, 0.39. Web safe color of #73029b is #660099. Color #73029b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000010 10011011
Octal 163 2 233
Decimal 115 2 155
Hex 73 2 9B

RGB Percentages of Color #73029b

%42.28
%0.74
%56.99

CMYK Percentages of Color #73029b

%26
%99
%0
%39

Triadic Colors of #73029b

#73029b #9b7302 #029b73

Analogous Colors of #73029b

#73029b #9b0277 #27029b

Monochromatic Colors of #73029b

#73029b

Complementary Color

#73029b #2a9b02

#73029b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73029b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73029b Color CSS Codes

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

#73029b Text Font Color

<p style="color:#73029b">Text here</p>

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


#73029b Background Color

<div style="background-color:#73029b">
Div content here</div>

This div background color is #73029b


#73029b Border Color

<div style="border:3px solid #73029b">
Div here</div>

This div border color is #73029b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,2,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73029b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73029b;
  -webkit-box-shadow: 1px 1px 3px 2px #73029b;
  box-shadow:         1px 1px 3px 2px #73029b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73029b


Comments

No comments written yet.

Please login to write comment.