Color Hex Logo

#041bdd Color Hex

#041BDD
(4,27,221)
0 Favorites   0 Comments

Color spaces of #041bdd

RGB 427221
HSL0.650.960.44
HSV234°98°87°
CMYK 0.980.880.00   0.13
XYZ13.49316.030168.8594
Yxy6.03010.15270.0682
Hunter Lab24.556355.1082-149.0686
CIE-Lab29.488364.7620-93.2432

#041bdd color RGB value is (4,27,221).

#041bdd hex color red value is 4, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #041bdd hue: 0.65 , saturation: 0.96 and the lightness value of 041bdd is 0.44.

The process color (four color CMYK) of #041bdd color hex is 0.98, 0.88, 0.00, 0.13. Web safe color of #041bdd is #0033cc. Color #041bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011011 11011101
Octal 4 33 335
Decimal 4 27 221
Hex 4 1B DD

RGB Percentages of Color #041bdd

%1.59
%10.71
%87.70

CMYK Percentages of Color #041bdd

%98
%88
%0
%13

Triadic Colors of #041bdd

#041bdd #dd041b #1bdd04

Analogous Colors of #041bdd

#041bdd #5904dd #0488dd

Monochromatic Colors of #041bdd

#041bdd

Complementary Color

#041bdd #ddc604

#041bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#041bdd Color CSS Codes

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

#041bdd Text Font Color

<p style="color:#041bdd">Text here</p>

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


#041bdd Background Color

<div style="background-color:#041bdd">
Div content here</div>

This div background color is #041bdd


#041bdd Border Color

<div style="border:3px solid #041bdd">
Div here</div>

This div border color is #041bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041bdd


Comments

No comments written yet.

Please login to write comment.