Color Hex Logo

#43557b Color Hex

#43557B
(67,85,123)
0 Favorites   0 Comments

Color spaces of #43557b

RGB 6785123
HSL0.610.290.37
HSV221°46°48°
CMYK 0.460.310.00   0.52
XYZ9.13849.120420.0177
Yxy9.12040.23870.2383
Hunter Lab30.20001.1634-18.1597
CIE-Lab36.21513.9939-23.6969

#43557b color RGB value is (67,85,123).

#43557b hex color red value is 67, green value is 85 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #43557b hue: 0.61 , saturation: 0.29 and the lightness value of 43557b is 0.37.

The process color (four color CMYK) of #43557b color hex is 0.46, 0.31, 0.00, 0.52. Web safe color of #43557b is #336666. Color #43557b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01010101 01111011
Octal 103 125 173
Decimal 67 85 123
Hex 43 55 7B

RGB Percentages of Color #43557b

%24.36
%30.91
%44.73

CMYK Percentages of Color #43557b

%46
%31
%0
%52

Triadic Colors of #43557b

#43557b #7b4355 #557b43

Analogous Colors of #43557b

#43557b #4d437b #43717b

Monochromatic Colors of #43557b

#43557b

Complementary Color

#43557b #7b6943

#43557b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43557b Color Preview on White Background

Lorem ipsum dolor sit amet.

#43557b Color CSS Codes

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

#43557b Text Font Color

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

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


#43557b Background Color

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

This div background color is #43557b


#43557b Border Color

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

This div border color is #43557b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43557b


Comments

No comments written yet.

Please login to write comment.