Color Hex Logo

#434083 Color Hex

#434083
(67,64,131)
0 Favorites   0 Comments

Color spaces of #434083

RGB 6764131
HSL0.670.340.38
HSV243°51°51°
CMYK 0.490.510.00   0.49
XYZ8.24496.498822.2926
Yxy6.49880.22260.1755
Hunter Lab25.492713.1184-34.0023
CIE-Lab30.637520.3122-37.4677

#434083 color RGB value is (67,64,131).

#434083 hex color red value is 67, green value is 64 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #434083 hue: 0.67 , saturation: 0.34 and the lightness value of 434083 is 0.38.

The process color (four color CMYK) of #434083 color hex is 0.49, 0.51, 0.00, 0.49. Web safe color of #434083 is #333399. Color #434083 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01000000 10000011
Octal 103 100 203
Decimal 67 64 131
Hex 43 40 83

RGB Percentages of Color #434083

%25.57
%24.43
%50.00

CMYK Percentages of Color #434083

%49
%51
%0
%49

Triadic Colors of #434083

#434083 #834340 #408343

Analogous Colors of #434083

#434083 #654083 #405e83

Monochromatic Colors of #434083

#434083

Complementary Color

#434083 #808340

#434083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#434083 Color CSS Codes

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

#434083 Text Font Color

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

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


#434083 Background Color

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

This div background color is #434083


#434083 Border Color

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

This div border color is #434083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434083


Comments

No comments written yet.

Please login to write comment.