Color Hex Logo

#430dca Color Hex

#430DCA
(67,13,202)
0 Favorites   0 Comments

Color spaces of #430dca

RGB 6713202
HSL0.710.880.42
HSV257°94°79°
CMYK 0.670.940.00   0.21
XYZ13.11935.745456.2946
Yxy5.74540.17460.0764
Hunter Lab23.969655.7520-122.4690
CIE-Lab28.760865.4663-83.3473

#430dca color RGB value is (67,13,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 00001101 11001010
Octal 103 15 312
Decimal 67 13 202
Hex 43 D CA

RGB Percentages of Color #430dca

%23.76
%4.61
%71.63

CMYK Percentages of Color #430dca

%67
%94
%0
%21

Triadic Colors of #430dca

#430dca #ca430d #0dca43

Analogous Colors of #430dca

#430dca #a20dca #0d35ca

Monochromatic Colors of #430dca

#430dca

Complementary Color

#430dca #94ca0d

#430dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#430dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#430dca Color CSS Codes

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

#430dca Text Font Color

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

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


#430dca Background Color

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

This div background color is #430dca


#430dca Border Color

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

This div border color is #430dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #430dca


Comments

No comments written yet.

Please login to write comment.