Color Hex Logo

#43758c Color Hex

#43758C
(67,117,140)
0 Favorites   0 Comments

Color spaces of #43758c

RGB 67117140
HSL0.550.350.41
HSV199°52°55°
CMYK 0.520.160.00   0.45
XYZ13.409715.809327.1557
Yxy15.80930.23790.2804
Hunter Lab39.7609-9.3810-12.6609
CIE-Lab46.7233-10.0654-17.7480

#43758c color RGB value is (67,117,140).

#43758c hex color red value is 67, green value is 117 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #43758c hue: 0.55 , saturation: 0.35 and the lightness value of 43758c is 0.41.

The process color (four color CMYK) of #43758c color hex is 0.52, 0.16, 0.00, 0.45. Web safe color of #43758c is #336699. Color #43758c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01110101 10001100
Octal 103 165 214
Decimal 67 117 140
Hex 43 75 8C

RGB Percentages of Color #43758c

%20.68
%36.11
%43.21

CMYK Percentages of Color #43758c

%52
%16
%0
%45

Triadic Colors of #43758c

#43758c #8c4375 #758c43

Analogous Colors of #43758c

#43758c #43508c #438c7f

Monochromatic Colors of #43758c

#43758c

Complementary Color

#43758c #8c5a43

#43758c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43758c Color Preview on White Background

Lorem ipsum dolor sit amet.

#43758c Color CSS Codes

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

#43758c Text Font Color

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

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


#43758c Background Color

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

This div background color is #43758c


#43758c Border Color

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

This div border color is #43758c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,117,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #43758c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #43758c;
  -webkit-box-shadow: 1px 1px 3px 2px #43758c;
  box-shadow:         1px 1px 3px 2px #43758c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43758c


Comments

No comments written yet.

Please login to write comment.