Color Hex Logo

#413bbc Color Hex

#413BBC
(65,59,188)
0 Favorites   0 Comments

Color spaces of #413bbc

RGB 6559188
HSL0.670.520.48
HSV243°69°74°
CMYK 0.650.690.00   0.26
XYZ12.82107.882648.4227
Yxy7.88260.18550.1140
Hunter Lab28.076032.3798-82.6044
CIE-Lab33.737242.0430-66.9066

#413bbc color RGB value is (65,59,188).

#413bbc hex color red value is 65, green value is 59 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #413bbc hue: 0.67 , saturation: 0.52 and the lightness value of 413bbc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111011 10111100
Octal 101 73 274
Decimal 65 59 188
Hex 41 3B BC

RGB Percentages of Color #413bbc

%20.83
%18.91
%60.26

CMYK Percentages of Color #413bbc

%65
%69
%0
%26

Triadic Colors of #413bbc

#413bbc #bc413b #3bbc41

Analogous Colors of #413bbc

#413bbc #823bbc #3b76bc

Monochromatic Colors of #413bbc

#413bbc

Complementary Color

#413bbc #b6bc3b

#413bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#413bbc Color CSS Codes

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

#413bbc Text Font Color

<p style="color:#413bbc">Text here</p>

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


#413bbc Background Color

<div style="background-color:#413bbc">
Div content here</div>

This div background color is #413bbc


#413bbc Border Color

<div style="border:3px solid #413bbc">
Div here</div>

This div border color is #413bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413bbc


Comments

No comments written yet.

Please login to write comment.