Color Hex Logo

#430ace Color Hex

#430ACE
(67,10,206)
0 Favorites   0 Comments

Color spaces of #430ace

RGB 6710206
HSL0.720.910.42
HSV257°95°81°
CMYK 0.670.950.00   0.19
XYZ13.56395.866658.8100
Yxy5.86660.17340.0750
Hunter Lab24.221157.5739-127.0044
CIE-Lab29.073467.0057-85.1645

#430ace color RGB value is (67,10,206).

#430ace hex color red value is 67, green value is 10 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #430ace hue: 0.72 , saturation: 0.91 and the lightness value of 430ace is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 00001010 11001110
Octal 103 12 316
Decimal 67 10 206
Hex 43 A CE

RGB Percentages of Color #430ace

%23.67
%3.53
%72.79

CMYK Percentages of Color #430ace

%67
%95
%0
%19

Triadic Colors of #430ace

#430ace #ce430a #0ace43

Analogous Colors of #430ace

#430ace #a50ace #0a33ce

Monochromatic Colors of #430ace

#430ace

Complementary Color

#430ace #95ce0a

#430ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#430ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#430ace Color CSS Codes

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

#430ace Text Font Color

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

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


#430ace Background Color

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

This div background color is #430ace


#430ace Border Color

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

This div border color is #430ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #430ace


Comments

No comments written yet.

Please login to write comment.