Color Hex Logo

#413ddb Color Hex

#413DDB
(65,61,219)
0 Favorites   0 Comments

Color spaces of #413ddb

RGB 6561219
HSL0.670.690.55
HSV242°72°86°
CMYK 0.700.720.00   0.14
XYZ16.63499.575867.9894
Yxy9.57580.17660.1017
Hunter Lab30.944841.8023-108.6059
CIE-Lab37.070150.9313-79.4451

#413ddb color RGB value is (65,61,219).

#413ddb hex color red value is 65, green value is 61 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #413ddb hue: 0.67 , saturation: 0.69 and the lightness value of 413ddb is 0.55.

The process color (four color CMYK) of #413ddb color hex is 0.70, 0.72, 0.00, 0.14. Web safe color of #413ddb is #3333cc. Color #413ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111101 11011011
Octal 101 75 333
Decimal 65 61 219
Hex 41 3D DB

RGB Percentages of Color #413ddb

%18.84
%17.68
%63.48

CMYK Percentages of Color #413ddb

%70
%72
%0
%14

Triadic Colors of #413ddb

#413ddb #db413d #3ddb41

Analogous Colors of #413ddb

#413ddb #903ddb #3d88db

Monochromatic Colors of #413ddb

#413ddb

Complementary Color

#413ddb #d7db3d

#413ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#413ddb Color CSS Codes

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

#413ddb Text Font Color

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

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


#413ddb Background Color

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

This div background color is #413ddb


#413ddb Border Color

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

This div border color is #413ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413ddb


Comments

No comments written yet.

Please login to write comment.