Color Hex Logo

#434271 Color Hex

#434271
(67,66,113)
0 Favorites   0 Comments

Color spaces of #434271

RGB 6766113
HSL0.670.260.35
HSV241°42°44°
CMYK 0.410.420.00   0.56
XYZ7.24366.282016.4535
Yxy6.28200.24160.2095
Hunter Lab25.06397.7256-21.3769
CIE-Lab30.113113.2235-27.0225

#434271 color RGB value is (67,66,113).

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

The process color (four color CMYK) of #434271 color hex is 0.41, 0.42, 0.00, 0.56. Web safe color of #434271 is #333366. Color #434271 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01000010 01110001
Octal 103 102 161
Decimal 67 66 113
Hex 43 42 71

RGB Percentages of Color #434271

%27.24
%26.83
%45.93

CMYK Percentages of Color #434271

%41
%42
%0
%56

Triadic Colors of #434271

#434271 #714342 #427143

Analogous Colors of #434271

#434271 #5b4271 #425971

Monochromatic Colors of #434271

#434271

Complementary Color

#434271 #707142

#434271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#434271 Color CSS Codes

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

#434271 Text Font Color

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

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


#434271 Background Color

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

This div background color is #434271


#434271 Border Color

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

This div border color is #434271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434271


Comments

No comments written yet.

Please login to write comment.