Color Hex Logo

#1d01b5 Color Hex

#1D01B5
(29,1,181)
0 Favorites   0 Comments

Color spaces of #1d01b5

RGB 291181
HSL0.690.990.36
HSV249°99°71°
CMYK 0.840.990.00   0.29
XYZ8.85803.619143.9477
Yxy3.61910.15700.0641
Hunter Lab19.023949.8220-123.6507
CIE-Lab22.370061.3039-81.6497

#1d01b5 color RGB value is (29,1,181).

#1d01b5 hex color red value is 29, green value is 1 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #1d01b5 hue: 0.69 , saturation: 0.99 and the lightness value of 1d01b5 is 0.36.

The process color (four color CMYK) of #1d01b5 color hex is 0.84, 0.99, 0.00, 0.29. Web safe color of #1d01b5 is #3300cc. Color #1d01b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00000001 10110101
Octal 35 1 265
Decimal 29 1 181
Hex 1D 1 B5

RGB Percentages of Color #1d01b5

%13.74
%0.47
%85.78

CMYK Percentages of Color #1d01b5

%84
%99
%0
%29

Triadic Colors of #1d01b5

#1d01b5 #b51d01 #01b51d

Analogous Colors of #1d01b5

#1d01b5 #7701b5 #013fb5

Monochromatic Colors of #1d01b5

#1d01b5

Complementary Color

#1d01b5 #99b501

#1d01b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d01b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d01b5 Color CSS Codes

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

#1d01b5 Text Font Color

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

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


#1d01b5 Background Color

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

This div background color is #1d01b5


#1d01b5 Border Color

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

This div border color is #1d01b5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(29,1,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1d01b5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1d01b5;
  -webkit-box-shadow: 1px 1px 3px 2px #1d01b5;
  box-shadow:         1px 1px 3px 2px #1d01b5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d01b5


Comments

No comments written yet.

Please login to write comment.