Color Hex Logo

#411dbc Color Hex

#411DBC
(65,29,188)
0 Favorites   0 Comments

Color spaces of #411dbc

RGB 6529188
HSL0.700.730.43
HSV254°85°74°
CMYK 0.650.850.00   0.26
XYZ11.69645.633448.0478
Yxy5.63340.17890.0862
Hunter Lab23.734846.4282-103.4101
CIE-Lab28.468157.0266-75.5963

#411dbc color RGB value is (65,29,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011101 10111100
Octal 101 35 274
Decimal 65 29 188
Hex 41 1D BC

RGB Percentages of Color #411dbc

%23.05
%10.28
%66.67

CMYK Percentages of Color #411dbc

%65
%85
%0
%26

Triadic Colors of #411dbc

#411dbc #bc411d #1dbc41

Analogous Colors of #411dbc

#411dbc #911dbc #1d48bc

Monochromatic Colors of #411dbc

#411dbc

Complementary Color

#411dbc #98bc1d

#411dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#411dbc Color CSS Codes

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

#411dbc Text Font Color

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

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


#411dbc Background Color

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

This div background color is #411dbc


#411dbc Border Color

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

This div border color is #411dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411dbc


Comments

No comments written yet.

Please login to write comment.