Color Hex Logo

#430672 Color Hex

#430672
(67,6,114)
0 Favorites   0 Comments

Color spaces of #430672

RGB 676114
HSL0.760.900.24
HSV274°95°45°
CMYK 0.410.950.00   0.55
XYZ5.41712.538416.1240
Yxy2.53840.22500.1054
Hunter Lab15.932432.8095-48.8505
CIE-Lab18.091445.4726-47.0336

#430672 color RGB value is (67,6,114).

#430672 hex color red value is 67, green value is 6 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #430672 hue: 0.76 , saturation: 0.90 and the lightness value of 430672 is 0.24.

The process color (four color CMYK) of #430672 color hex is 0.41, 0.95, 0.00, 0.55. Web safe color of #430672 is #330066. Color #430672 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00000110 01110010
Octal 103 6 162
Decimal 67 6 114
Hex 43 6 72

RGB Percentages of Color #430672

%35.83
%3.21
%60.96

CMYK Percentages of Color #430672

%41
%95
%0
%55

Triadic Colors of #430672

#430672 #724306 #067243

Analogous Colors of #430672

#430672 #72066b #0d0672

Monochromatic Colors of #430672

#430672

Complementary Color

#430672 #357206

#430672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#430672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#430672 Color CSS Codes

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

#430672 Text Font Color

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

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


#430672 Background Color

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

This div background color is #430672


#430672 Border Color

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

This div border color is #430672


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,6,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #430672; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #430672;
  -webkit-box-shadow: 1px 1px 3px 2px #430672;
  box-shadow:         1px 1px 3px 2px #430672; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #430672


Comments

No comments written yet.

Please login to write comment.