Color Hex Logo

#430486 Color Hex

#430486
(67,4,134)
0 Favorites   0 Comments

Color spaces of #430486

RGB 674134
HSL0.750.940.27
HSV269°97°53°
CMYK 0.500.970.00   0.47
XYZ6.66123.001422.7825
Yxy3.00140.20530.0925
Hunter Lab17.324538.3144-65.8416
CIE-Lab20.049550.7601-56.5802

#430486 color RGB value is (67,4,134).

#430486 hex color red value is 67, green value is 4 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #430486 hue: 0.75 , saturation: 0.94 and the lightness value of 430486 is 0.27.

The process color (four color CMYK) of #430486 color hex is 0.50, 0.97, 0.00, 0.47. Web safe color of #430486 is #330099. Color #430486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00000100 10000110
Octal 103 4 206
Decimal 67 4 134
Hex 43 4 86

RGB Percentages of Color #430486

%32.68
%1.95
%65.37

CMYK Percentages of Color #430486

%50
%97
%0
%47

Triadic Colors of #430486

#430486 #864304 #048643

Analogous Colors of #430486

#430486 #840486 #040686

Monochromatic Colors of #430486

#430486

Complementary Color

#430486 #478604

#430486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#430486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#430486 Color CSS Codes

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

#430486 Text Font Color

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

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


#430486 Background Color

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

This div background color is #430486


#430486 Border Color

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

This div border color is #430486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #430486


Comments

No comments written yet.

Please login to write comment.