Color Hex Logo

#430dce Color Hex

#430DCE
(67,13,206)
0 Favorites   0 Comments

Color spaces of #430dce

RGB 6713206
HSL0.710.880.43
HSV257°94°81°
CMYK 0.670.940.00   0.19
XYZ13.59925.937458.8218
Yxy5.93740.17360.0758
Hunter Lab24.366856.9797-126.0703
CIE-Lab29.254066.4538-84.8640

#430dce color RGB value is (67,13,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 00001101 11001110
Octal 103 15 316
Decimal 67 13 206
Hex 43 D CE

RGB Percentages of Color #430dce

%23.43
%4.55
%72.03

CMYK Percentages of Color #430dce

%67
%94
%0
%19

Triadic Colors of #430dce

#430dce #ce430d #0dce43

Analogous Colors of #430dce

#430dce #a40dce #0d38ce

Monochromatic Colors of #430dce

#430dce

Complementary Color

#430dce #98ce0d

#430dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#430dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#430dce Color CSS Codes

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

#430dce Text Font Color

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

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


#430dce Background Color

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

This div background color is #430dce


#430dce Border Color

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

This div border color is #430dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #430dce


Comments

No comments written yet.

Please login to write comment.