Color Hex Logo

#410cdb Color Hex

#410CDB
(65,12,219)
0 Favorites   0 Comments

Color spaces of #410cdb

RGB 6512219
HSL0.710.900.45
HSV255°95°86°
CMYK 0.700.950.00   0.14
XYZ15.09766.501267.4770
Yxy6.50120.16950.0730
Hunter Lab25.497561.0732-139.0581
CIE-Lab30.643369.7375-90.0953

#410cdb color RGB value is (65,12,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00001100 11011011
Octal 101 14 333
Decimal 65 12 219
Hex 41 C DB

RGB Percentages of Color #410cdb

%21.96
%4.05
%73.99

CMYK Percentages of Color #410cdb

%70
%95
%0
%14

Triadic Colors of #410cdb

#410cdb #db410c #0cdb41

Analogous Colors of #410cdb

#410cdb #a90cdb #0c3fdb

Monochromatic Colors of #410cdb

#410cdb

Complementary Color

#410cdb #a6db0c

#410cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#410cdb Color CSS Codes

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

#410cdb Text Font Color

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

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


#410cdb Background Color

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

This div background color is #410cdb


#410cdb Border Color

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

This div border color is #410cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410cdb


Comments

No comments written yet.

Please login to write comment.