Color Hex Logo

#430ddd Color Hex

#430DDD
(67,13,221)
0 Favorites   0 Comments

Color spaces of #430ddd

RGB 6713221
HSL0.710.890.46
HSV256°94°87°
CMYK 0.700.940.00   0.13
XYZ15.50986.701668.8827
Yxy6.70160.17030.0736
Hunter Lab25.887461.6407-139.6408
CIE-Lab31.117770.1349-90.4532

#430ddd color RGB value is (67,13,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 00001101 11011101
Octal 103 15 335
Decimal 67 13 221
Hex 43 D DD

RGB Percentages of Color #430ddd

%22.26
%4.32
%73.42

CMYK Percentages of Color #430ddd

%70
%94
%0
%13

Triadic Colors of #430ddd

#430ddd #dd430d #0ddd43

Analogous Colors of #430ddd

#430ddd #ab0ddd #0d3fdd

Monochromatic Colors of #430ddd

#430ddd

Complementary Color

#430ddd #a7dd0d

#430ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#430ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#430ddd Color CSS Codes

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

#430ddd Text Font Color

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

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


#430ddd Background Color

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

This div background color is #430ddd


#430ddd Border Color

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

This div border color is #430ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,13,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #430ddd


Comments

No comments written yet.

Please login to write comment.