Color Hex Logo

#1b0597 Color Hex

#1B0597
(27,5,151)
0 Favorites   0 Comments

Color spaces of #1b0597

RGB 275151
HSL0.690.940.31
HSV249°97°59°
CMYK 0.820.970.00   0.41
XYZ6.09222.575929.4543
Yxy2.57590.15980.0676
Hunter Lab16.049639.6692-97.5745
CIE-Lab18.258452.4350-70.2817

#1b0597 color RGB value is (27,5,151).

#1b0597 hex color red value is 27, green value is 5 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #1b0597 hue: 0.69 , saturation: 0.94 and the lightness value of 1b0597 is 0.31.

The process color (four color CMYK) of #1b0597 color hex is 0.82, 0.97, 0.00, 0.41. Web safe color of #1b0597 is #330099. Color #1b0597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 00000101 10010111
Octal 33 5 227
Decimal 27 5 151
Hex 1B 5 97

RGB Percentages of Color #1b0597

%14.75
%2.73
%82.51

CMYK Percentages of Color #1b0597

%82
%97
%0
%41

Triadic Colors of #1b0597

#1b0597 #971b05 #05971b

Analogous Colors of #1b0597

#1b0597 #640597 #053897

Monochromatic Colors of #1b0597

#1b0597

Complementary Color

#1b0597 #819705

#1b0597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b0597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b0597 Color CSS Codes

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

#1b0597 Text Font Color

<p style="color:#1b0597">Text here</p>

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


#1b0597 Background Color

<div style="background-color:#1b0597">
Div content here</div>

This div background color is #1b0597


#1b0597 Border Color

<div style="border:3px solid #1b0597">
Div here</div>

This div border color is #1b0597


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,5,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1b0597; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1b0597;
  -webkit-box-shadow: 1px 1px 3px 2px #1b0597;
  box-shadow:         1px 1px 3px 2px #1b0597; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,5,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 #1b0597">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b0597


Comments

No comments written yet.

Please login to write comment.