Color Hex Logo

#413cbc Color Hex

#413CBC
(65,60,188)
0 Favorites   0 Comments

Color spaces of #413cbc

RGB 6560188
HSL0.670.520.49
HSV242°68°74°
CMYK 0.650.680.00   0.26
XYZ12.87297.986448.4400
Yxy7.98640.18580.1152
Hunter Lab28.260231.8537-81.8451
CIE-Lab33.954541.4517-66.5500

#413cbc color RGB value is (65,60,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111100 10111100
Octal 101 74 274
Decimal 65 60 188
Hex 41 3C BC

RGB Percentages of Color #413cbc

%20.77
%19.17
%60.06

CMYK Percentages of Color #413cbc

%65
%68
%0
%26

Triadic Colors of #413cbc

#413cbc #bc413c #3cbc41

Analogous Colors of #413cbc

#413cbc #813cbc #3c77bc

Monochromatic Colors of #413cbc

#413cbc

Complementary Color

#413cbc #b7bc3c

#413cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#413cbc Color CSS Codes

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

#413cbc Text Font Color

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

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


#413cbc Background Color

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

This div background color is #413cbc


#413cbc Border Color

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

This div border color is #413cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413cbc


Comments

No comments written yet.

Please login to write comment.