Color Hex Logo

#1c29bb Color Hex

#1C29BB
(28,41,187)
0 Favorites   0 Comments

Color spaces of #1c29bb

RGB 2841187
HSL0.650.740.42
HSV235°85°73°
CMYK 0.850.780.00   0.27
XYZ10.24155.420647.5202
Yxy5.42060.16210.0858
Hunter Lab23.282237.7758-104.7166
CIE-Lab27.900948.6996-76.0147

#1c29bb color RGB value is (28,41,187).

#1c29bb hex color red value is 28, green value is 41 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #1c29bb hue: 0.65 , saturation: 0.74 and the lightness value of 1c29bb is 0.42.

The process color (four color CMYK) of #1c29bb color hex is 0.85, 0.78, 0.00, 0.27. Web safe color of #1c29bb is #3333cc. Color #1c29bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00101001 10111011
Octal 34 51 273
Decimal 28 41 187
Hex 1C 29 BB

RGB Percentages of Color #1c29bb

%10.94
%16.02
%73.05

CMYK Percentages of Color #1c29bb

%85
%78
%0
%27

Triadic Colors of #1c29bb

#1c29bb #bb1c29 #29bb1c

Analogous Colors of #1c29bb

#1c29bb #5e1cbb #1c79bb

Monochromatic Colors of #1c29bb

#1c29bb

Complementary Color

#1c29bb #bbae1c

#1c29bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c29bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c29bb Color CSS Codes

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

#1c29bb Text Font Color

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

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


#1c29bb Background Color

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

This div background color is #1c29bb


#1c29bb Border Color

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

This div border color is #1c29bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,41,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c29bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c29bb;
  -webkit-box-shadow: 1px 1px 3px 2px #1c29bb;
  box-shadow:         1px 1px 3px 2px #1c29bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c29bb


Comments

No comments written yet.

Please login to write comment.