Color Hex Logo

#430dfd Color Hex

#430DFD
(67,13,253)
0 Favorites   0 Comments

Color spaces of #430dfd

RGB 6713253
HSL0.700.980.52
HSV254°95°99°
CMYK 0.740.950.00   0.01
XYZ20.18838.573093.5192
Yxy8.57300.16510.0701
Hunter Lab29.279771.8360-168.8762
CIE-Lab35.148877.8565-101.9247

#430dfd color RGB value is (67,13,253).

#430dfd hex color red value is 67, green value is 13 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #430dfd hue: 0.70 , saturation: 0.98 and the lightness value of 430dfd is 0.52.

The process color (four color CMYK) of #430dfd color hex is 0.74, 0.95, 0.00, 0.01. Web safe color of #430dfd is #3300ff. Color #430dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00001101 11111101
Octal 103 15 375
Decimal 67 13 253
Hex 43 D FD

RGB Percentages of Color #430dfd

%20.12
%3.90
%75.98

CMYK Percentages of Color #430dfd

%74
%95
%0
%1

Triadic Colors of #430dfd

#430dfd #fd430d #0dfd43

Analogous Colors of #430dfd

#430dfd #bb0dfd #0d4ffd

Monochromatic Colors of #430dfd

#430dfd

Complementary Color

#430dfd #c7fd0d

#430dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#430dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#430dfd Color CSS Codes

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

#430dfd Text Font Color

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

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


#430dfd Background Color

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

This div background color is #430dfd


#430dfd Border Color

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

This div border color is #430dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #430dfd


Comments

No comments written yet.

Please login to write comment.