Color Hex Logo

#434268 Color Hex

#434268
(67,66,104)
0 Favorites   0 Comments

Color spaces of #434268

RGB 6766104
HSL0.670.220.33
HSV242°37°41°
CMYK 0.360.370.00   0.59
XYZ6.76166.089213.9157
Yxy6.08920.25260.2275
Hunter Lab24.67635.7276-16.1620
CIE-Lab29.636410.4678-22.0588

#434268 color RGB value is (67,66,104).

#434268 hex color red value is 67, green value is 66 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #434268 hue: 0.67 , saturation: 0.22 and the lightness value of 434268 is 0.33.

The process color (four color CMYK) of #434268 color hex is 0.36, 0.37, 0.00, 0.59. Web safe color of #434268 is #333366. Color #434268 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01000010 01101000
Octal 103 102 150
Decimal 67 66 104
Hex 43 42 68

RGB Percentages of Color #434268

%28.27
%27.85
%43.88

CMYK Percentages of Color #434268

%36
%37
%0
%59

Triadic Colors of #434268

#434268 #684342 #426843

Analogous Colors of #434268

#434268 #564268 #425468

Monochromatic Colors of #434268

#434268

Complementary Color

#434268 #676842

#434268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#434268 Color CSS Codes

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

#434268 Text Font Color

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

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


#434268 Background Color

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

This div background color is #434268


#434268 Border Color

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

This div border color is #434268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434268


Comments

No comments written yet.

Please login to write comment.