Color Hex Logo

#430fdb Color Hex

#430FDB
(67,15,219)
0 Favorites   0 Comments

Color spaces of #430fdb

RGB 6715219
HSL0.710.870.46
HSV255°93°86°
CMYK 0.690.930.00   0.14
XYZ15.27176.649467.4964
Yxy6.64940.17080.0744
Hunter Lab25.786460.5882-137.1420
CIE-Lab30.995169.2582-89.5051

#430fdb color RGB value is (67,15,219).

#430fdb hex color red value is 67, green value is 15 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #430fdb hue: 0.71 , saturation: 0.87 and the lightness value of 430fdb is 0.46.

The process color (four color CMYK) of #430fdb color hex is 0.69, 0.93, 0.00, 0.14. Web safe color of #430fdb is #3300cc. Color #430fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00001111 11011011
Octal 103 17 333
Decimal 67 15 219
Hex 43 F DB

RGB Percentages of Color #430fdb

%22.26
%4.98
%72.76

CMYK Percentages of Color #430fdb

%69
%93
%0
%14

Triadic Colors of #430fdb

#430fdb #db430f #0fdb43

Analogous Colors of #430fdb

#430fdb #a90fdb #0f41db

Monochromatic Colors of #430fdb

#430fdb

Complementary Color

#430fdb #a7db0f

#430fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#430fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#430fdb Color CSS Codes

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

#430fdb Text Font Color

<p style="color:#430fdb">Text here</p>

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


#430fdb Background Color

<div style="background-color:#430fdb">
Div content here</div>

This div background color is #430fdb


#430fdb Border Color

<div style="border:3px solid #430fdb">
Div here</div>

This div border color is #430fdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,15,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #430fdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #430fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #430fdb;
  box-shadow:         1px 1px 3px 2px #430fdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,15,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 #430fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #430fdb


Comments

No comments written yet.

Please login to write comment.