Color Hex Logo

#291dbc Color Hex

#291DBC
(41,29,188)
0 Favorites   0 Comments

Color spaces of #291dbc

RGB 4129188
HSL0.680.730.43
HSV245°85°74°
CMYK 0.780.850.00   0.26
XYZ10.43094.981047.9886
Yxy4.98100.16450.0786
Hunter Lab22.318244.3693-111.8629
CIE-Lab26.680655.4175-78.6156

#291dbc color RGB value is (41,29,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00011101 10111100
Octal 51 35 274
Decimal 41 29 188
Hex 29 1D BC

RGB Percentages of Color #291dbc

%15.89
%11.24
%72.87

CMYK Percentages of Color #291dbc

%78
%85
%0
%26

Triadic Colors of #291dbc

#291dbc #bc291d #1dbc29

Analogous Colors of #291dbc

#291dbc #791dbc #1d60bc

Monochromatic Colors of #291dbc

#291dbc

Complementary Color

#291dbc #b0bc1d

#291dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#291dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#291dbc Color CSS Codes

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

#291dbc Text Font Color

<p style="color:#291dbc">Text here</p>

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


#291dbc Background Color

<div style="background-color:#291dbc">
Div content here</div>

This div background color is #291dbc


#291dbc Border Color

<div style="border:3px solid #291dbc">
Div here</div>

This div border color is #291dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,29,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 #291dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #291dbc


Comments

No comments written yet.

Please login to write comment.