Color Hex Logo

#411cbf Color Hex

#411CBF
(65,28,191)
0 Favorites   0 Comments

Color spaces of #411cbf

RGB 6528191
HSL0.700.740.43
HSV254°85°75°
CMYK 0.660.850.00   0.25
XYZ11.99925.715949.7611
Yxy5.71590.17780.0847
Hunter Lab23.907947.7488-106.6684
CIE-Lab28.684158.2234-77.0126

#411cbf color RGB value is (65,28,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011100 10111111
Octal 101 34 277
Decimal 65 28 191
Hex 41 1C BF

RGB Percentages of Color #411cbf

%22.89
%9.86
%67.25

CMYK Percentages of Color #411cbf

%66
%85
%0
%25

Triadic Colors of #411cbf

#411cbf #bf411c #1cbf41

Analogous Colors of #411cbf

#411cbf #931cbf #1c48bf

Monochromatic Colors of #411cbf

#411cbf

Complementary Color

#411cbf #9abf1c

#411cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#411cbf Color CSS Codes

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

#411cbf Text Font Color

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

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


#411cbf Background Color

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

This div background color is #411cbf


#411cbf Border Color

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

This div border color is #411cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411cbf


Comments

No comments written yet.

Please login to write comment.