Color Hex Logo

#430ddb Color Hex

#430DDB
(67,13,219)
0 Favorites   0 Comments

Color spaces of #430ddb

RGB 6713219
HSL0.710.890.45
HSV256°94°86°
CMYK 0.690.940.00   0.14
XYZ15.24486.595667.4874
Yxy6.59560.17070.0738
Hunter Lab25.681961.0144-137.8261
CIE-Lab30.868069.6463-89.7167

#430ddb color RGB value is (67,13,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 00001101 11011011
Octal 103 15 333
Decimal 67 13 219
Hex 43 D DB

RGB Percentages of Color #430ddb

%22.41
%4.35
%73.24

CMYK Percentages of Color #430ddb

%69
%94
%0
%14

Triadic Colors of #430ddb

#430ddb #db430d #0ddb43

Analogous Colors of #430ddb

#430ddb #aa0ddb #0d3edb

Monochromatic Colors of #430ddb

#430ddb

Complementary Color

#430ddb #a5db0d

#430ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#430ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#430ddb Color CSS Codes

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

#430ddb Text Font Color

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

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


#430ddb Background Color

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

This div background color is #430ddb


#430ddb Border Color

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

This div border color is #430ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #430ddb


Comments

No comments written yet.

Please login to write comment.