Color Hex Logo

#410ddb Color Hex

#410DDB
(65,13,219)
0 Favorites   0 Comments

Color spaces of #410ddb

RGB 6513219
HSL0.710.890.45
HSV255°94°86°
CMYK 0.700.940.00   0.14
XYZ15.11016.526167.4811
Yxy6.52610.16960.0732
Hunter Lab25.546260.8734-138.7339
CIE-Lab30.702869.5559-89.9962

#410ddb color RGB value is (65,13,219).

#410ddb hex color red value is 65, green value is 13 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #410ddb hue: 0.71 , saturation: 0.89 and the lightness value of 410ddb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00001101 11011011
Octal 101 15 333
Decimal 65 13 219
Hex 41 D DB

RGB Percentages of Color #410ddb

%21.89
%4.38
%73.74

CMYK Percentages of Color #410ddb

%70
%94
%0
%14

Triadic Colors of #410ddb

#410ddb #db410d #0ddb41

Analogous Colors of #410ddb

#410ddb #a80ddb #0d40db

Monochromatic Colors of #410ddb

#410ddb

Complementary Color

#410ddb #a7db0d

#410ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#410ddb Color CSS Codes

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

#410ddb Text Font Color

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

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


#410ddb Background Color

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

This div background color is #410ddb


#410ddb Border Color

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

This div border color is #410ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410ddb


Comments

No comments written yet.

Please login to write comment.