Color Hex Logo

#1d28bc Color Hex

#1D28BC
(29,40,188)
0 Favorites   0 Comments

Color spaces of #1d28bc

RGB 2940188
HSL0.660.730.43
HSV236°85°74°
CMYK 0.850.790.00   0.26
XYZ10.34265.409648.0760
Yxy5.40960.16200.0848
Hunter Lab23.258538.6728-106.2729
CIE-Lab27.871249.6080-76.6551

#1d28bc color RGB value is (29,40,188).

#1d28bc hex color red value is 29, green value is 40 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #1d28bc hue: 0.66 , saturation: 0.73 and the lightness value of 1d28bc is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 00101000 10111100
Octal 35 50 274
Decimal 29 40 188
Hex 1D 28 BC

RGB Percentages of Color #1d28bc

%11.28
%15.56
%73.15

CMYK Percentages of Color #1d28bc

%85
%79
%0
%26

Triadic Colors of #1d28bc

#1d28bc #bc1d28 #28bc1d

Analogous Colors of #1d28bc

#1d28bc #611dbc #1d78bc

Monochromatic Colors of #1d28bc

#1d28bc

Complementary Color

#1d28bc #bcb11d

#1d28bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d28bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d28bc Color CSS Codes

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

#1d28bc Text Font Color

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

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


#1d28bc Background Color

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

This div background color is #1d28bc


#1d28bc Border Color

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

This div border color is #1d28bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d28bc


Comments

No comments written yet.

Please login to write comment.