Color Hex Logo

#434699 Color Hex

#434699
(67,70,153)
0 Favorites   0 Comments

Color spaces of #434699

RGB 6770153
HSL0.660.390.43
HSV238°56°60°
CMYK 0.560.540.00   0.40
XYZ10.25477.873531.1163
Yxy7.87350.20820.1599
Hunter Lab28.059816.1299-46.1066
CIE-Lab33.718023.7280-46.0157

#434699 color RGB value is (67,70,153).

#434699 hex color red value is 67, green value is 70 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #434699 hue: 0.66 , saturation: 0.39 and the lightness value of 434699 is 0.43.

The process color (four color CMYK) of #434699 color hex is 0.56, 0.54, 0.00, 0.40. Web safe color of #434699 is #333399. Color #434699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01000110 10011001
Octal 103 106 231
Decimal 67 70 153
Hex 43 46 99

RGB Percentages of Color #434699

%23.10
%24.14
%52.76

CMYK Percentages of Color #434699

%56
%54
%0
%40

Triadic Colors of #434699

#434699 #994346 #469943

Analogous Colors of #434699

#434699 #6b4399 #437199

Monochromatic Colors of #434699

#434699

Complementary Color

#434699 #999643

#434699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#434699 Color CSS Codes

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

#434699 Text Font Color

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

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


#434699 Background Color

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

This div background color is #434699


#434699 Border Color

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

This div border color is #434699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434699


Comments

No comments written yet.

Please login to write comment.